ComponentOne PDF for WPF and Silverlight
C1PdfDocument Class Properties

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace : C1PdfDocument Class

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

Public Properties
 NameDescription
Public PropertyGets or sets the compression level to use when saving the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets the PDF/A conformance level.

The default is none (the document does not conform to PDF/A).

(Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyOverridden. Gets or sets the index of the current page within the document.  
Public PropertyGets the PdfDocumentInfo object that contains information about this document (author, etc). (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets a value indicating how fonts should be encoded when saving the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets the image quality to use when saving the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets a value indicating whether compression is used when saving the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets the default page orientation for the document.  
Public PropertyGets a rectangle that represents the surface of the current page (in points). (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets the collection of PdfPage objects that make up the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyOverridden. Gets or sets the default page size for the document (in points).  
Public PropertyGets or sets the default page size for the document.  
Public PropertyGets or sets the PDF Version of the generated document.

By default the version is determined automatically based on which features are used in this document. Setting this property to a non-null string in the format "1.X" (where X is a digit from 0 to 9) overrides the automatic value with the specified one.

Setting this property to null reverts to the default behavior.

(Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360).  
Public PropertyGets or sets whether all images should be saved in the Jpeg format. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets the PdfSecurity object that manages security for the current document (passwords, etc). (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
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 C1PdfDocumentBase.FontType is not Embedded, this property is not used.

(Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets or sets a value indicating whether to use font shaping for text characters of the document. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Public PropertyGets the PdfViewerPreferences object that contains information about how the current document should be displayed. (Inherited from C1.WPF.Pdf.C1PdfDocumentBase)
Top
See Also

Reference

C1PdfDocument Class
C1.WPF.Pdf Namespace