The FontEmbedMode Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets font embedding mode used when creating an PDF document.Visual Basic (Declaration) | |
---|---|
Public Property FontEmbedMode As DocumentFontEmbedMode |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentOptions Dim value As DocumentFontEmbedMode instance.FontEmbedMode = value value = instance.FontEmbedMode |
C# | |
---|---|
public DocumentFontEmbedMode FontEmbedMode {get; set;} |
C++/CLI | |
---|---|
public: property DocumentFontEmbedMode FontEmbedMode { DocumentFontEmbedMode get(); void set ( DocumentFontEmbedMode value); } |
Property Value
One of the DocumentFontEmbedMode enumeration member that indicate the font embed mode to use when creating an PDF document.For an example, refer to PdfDocumentOptions.
For more information, refer to DocumentFontEmbedMode enumeration.
Note that FontEmbedMode is not supported when PdfDocumentOptions.DocumentType is PdfDocumentType.PdfA. When saving PDF/A files; all fonts are always embedded in the file.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7