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);
Object.defineProperty('FontEmbedMode');
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.