Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FontEmbedMode Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : FontEmbedMode Property



Gets or sets font embedding mode used when creating an PDF document.

Syntax

Visual Basic (Declaration) 
Public Property FontEmbedMode As DocumentFontEmbedMode
Visual Basic (Usage)Copy Code
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);
}

Return Value

One of the DocumentFontEmbedMode enumeration member that indicate the font embed mode to use when creating an PDF document.

Example

For an example, refer to PdfDocumentOptions.

Remarks

For more information, refer to 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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features