Font embedding mode used when creating an PDF document.
public DocumentFontEmbedMode FontEmbedMode { get; set; }
Public Property FontEmbedMode As Leadtools.Forms.Documentwriters.DocumentFontEmbedMode
public Leadtools.Forms.Documentwriters.DocumentFontEmbedMode FontEmbedMode {get; set;}
@property (nonatomic, assign) LTDocumentFontEmbedMode fontEmbedMode
public DocumentFontEmbedMode getFontEmbedMode()
public void setFontEmbedMode(DocumentFontEmbedMode fontEmbedMode)
<br/>get_FontEmbedMode();<br/>set_FontEmbedMode(value);<br/>Object.defineProperty('FontEmbedMode');
public:
property Leadtools.Forms.Documentwriters.DocumentFontEmbedMode FontEmbedMode {
Leadtools.Forms.Documentwriters.DocumentFontEmbedMode get();
void set ( Leadtools.Forms.Documentwriters.DocumentFontEmbedMode );
}
One of the DocumentFontEmbedMode enumeration members that indicate which font embedding mode to use when creating a PDF document. Default value is DocumentFontEmbedMode.Auto.
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.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET