ComponentOne PDF for WPF and Silverlight
C1PdfDocumentBase Class Properties

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : C1PdfDocumentBase Class

For a list of all members of this type, see C1PdfDocumentBase members.

Public Properties
 NameDescription
Public PropertyGets or sets the compression level to use when saving the document.  
Public PropertyGets or sets the the PDF/A conformance level, by default without use PDF/A conformance.  
Public PropertyGets or sets the index of the current page within the document.  
Public PropertyGets the PdfDocumentInfo object that contains information about this document (author, etc).  
Public PropertyGets or sets a value indicating how fonts should be encoded when saving the document.  
Public PropertyGets or sets the image quality to use when saving the document.  
Public PropertyGets a rectangle that represents the surface of the current page (in points).  
Public PropertyGets the collection of PdfPage objects that make up the document.  
Public PropertyGets or sets the default page size for the document (in points).  
Public PropertyGets or sets whether all images should be saved in the Jpeg format.  
Public PropertyGets the PdfSecurity object that manages security for the current document (passwords, etc).  
Public PropertyGets 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.

 
Public PropertyGets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false.  
Public PropertyGets the PdfViewerPreferences object that contains information about how the current document should be displayed.  
Top
See Also

Reference

C1PdfDocumentBase Class
C1.Silverlight.Pdf Namespace