ComponentOne PDF for WPF and Silverlight
UniqueFontsPerPage Property (C1PdfDocumentBase)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocumentBase Class : UniqueFontsPerPage Property
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
public bool UniqueFontsPerPage {get; set;}
See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members