Name | Description | |
---|---|---|
Compression | Gets or sets the compression level to use when saving the document. | |
ConformanceLevel | Gets or sets the PDF/A conformance level.
The default is none (the document does not conform to PDF/A). | |
Container | (Inherited from System.ComponentModel.Component) | |
CurrentPage | Gets or sets the index of the current page within the document. | |
DocumentInfo | Gets the PdfDocumentInfo object that contains information about this document (author, etc). | |
FontType | Gets or sets a value indicating how fonts should be encoded when saving the document. | |
ImageQuality | Gets or sets the image quality to use when saving the document. | |
IsCompressed | Gets a value indicating whether compression is used when saving the document. | |
PageRectangle | Gets a rectangle that represents the surface of the current page (in points). | |
Pages | Gets the collection of PdfPage objects that make up the document. | |
PageSize | Gets or sets the default page size for the document (in points). | |
PdfVersion | Gets 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. | |
SaveAllImagesAsJpeg | Gets or sets whether all images should be saved in the Jpeg format. | |
Security | Gets the PdfSecurity object that manages security for the current document (passwords, etc). | |
Site | (Inherited from System.ComponentModel.Component) | |
UniqueFontsPerPage | 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. | |
UseFastTextOut | Gets or sets a value indicating whether to use a faster but less precise method of laying out text when generating output. | |
UseFileCaching | Gets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false. | |
UseFontShaping | Gets or sets a value indicating whether to use font shaping for text characters of the document. | |
ViewerPreferences | Gets the PdfViewerPreferences object that contains information about how the current document should be displayed. |