'宣言 Public Property AutoEmbedFonts As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim value As System.Boolean instance.AutoEmbedFonts = value value = instance.AutoEmbedFonts
public System.bool AutoEmbedFonts {get; set;}
This property is obsolete.
Gets or sets a value indicating whether the C1PrintDocument.EmbeddedFonts collection will be automatically filled with fonts used in the document during document generation.The default value is false.
'宣言 Public Property AutoEmbedFonts As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim value As System.Boolean instance.AutoEmbedFonts = value value = instance.AutoEmbedFonts
public System.bool AutoEmbedFonts {get; set;}