←Select platform

FontEmbedMode Property

Summary

Font embedding mode used when creating an PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public DocumentFontEmbedMode FontEmbedMode { get; set; } 
Public Property FontEmbedMode As DocumentFontEmbedMode 
@property (nonatomic, assign) LTDocumentFontEmbedMode fontEmbedMode 
public DocumentFontEmbedMode getFontEmbedMode() 
public void setFontEmbedMode(DocumentFontEmbedMode fontEmbedMode) 
public: 
property DocumentFontEmbedMode FontEmbedMode { 
   DocumentFontEmbedMode get(); 
   void set (    DocumentFontEmbedMode ); 
} 

Property Value

One of the DocumentFontEmbedMode enumeration members that indicate which font embedding mode to use when creating a PDF document. Default value is DocumentFontEmbedMode.Auto.

Remarks

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.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly