Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : FontEmbedMode Property |
public DocumentFontEmbedMode FontEmbedMode {get; set;}
'Declaration Public Property FontEmbedMode As DocumentFontEmbedMode
'Usage Dim instance As PdfDocumentOptions Dim value As DocumentFontEmbedMode instance.FontEmbedMode = value value = instance.FontEmbedMode
public DocumentFontEmbedMode FontEmbedMode {get; set;}
get_FontEmbedMode();
set_FontEmbedMode(value);
public: property DocumentFontEmbedMode FontEmbedMode { DocumentFontEmbedMode get(); void set ( DocumentFontEmbedMode value); }
For more information, refer to the DocumentFontEmbedMode enumeration.
Note that FontEmbedMode is not supported when DocumentType is PdfDocumentType.PdfA. When saving PDF/A files; all fonts are always embedded in the file.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2