![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@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 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.