C1.C1Pdf Namespace / C1PdfDocument Class / UniqueFontsPerPage Property

In This Topic
UniqueFontsPerPage Property (C1PdfDocument)
In This Topic
Gets or sets a value indicating whether to embed fonts separately for each page of the document. The default is false, which produces smaller file sizes but in some rare cases may result in incorrect font substitutions.

Note that if FontType is not Embedded, this property is not used.

Syntax
'Declaration
 
Public Property UniqueFontsPerPage As Boolean
 
See Also