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 : DocumentFontEmbedMode Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentFontEmbedMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum DocumentFontEmbedMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DocumentFontEmbedMode
[DataContractAttribute()] [SerializableAttribute()] public enum DocumentFontEmbedMode : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTDocumentFontEmbedMode)
public enum DocumentFontEmbedMode
Leadtools.Forms.DocumentWriters.DocumentFontEmbedMode = function() { }; Leadtools.Forms.DocumentWriters.DocumentFontEmbedMode.prototype = {<br/> None = 0, Auto = 1, Force = 2, All = 3, };
[DataContractAttribute()] [SerializableAttribute()] public enum class DocumentFontEmbedMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
You can use the DocumentFontEmbedMode to control how the fonts are embedded in the final document created by the LEADTOOLS Document Writer. The DocumentFormat.Pdf and DocumentFormat.Html supports embedding fonts in the final document.
Use the PdfDocumentOptions.FontEmbedMode property to control the font embedding mode used when creating PDF documents. Note that PdfDocumentOptions.FontEmbedMode is not used when saving PDF/A files; all fonts are always embedded in the file.
Use the HtmlDocumentOptions.FontEmbedMode property to control the font embedding mode used when creating HTML documents.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.DocumentFontEmbedMode