Click or drag to resize

PdfDocument Properties

The PdfDocument type exposes the following members.

Properties
  NameDescription
Public propertyAllowSavingOfPreviouslySignedDocuments
Gets or sets a value indicating whether to allow previously signed documents to be saved. Default value is false. If set to false, if DocumentWasSigned is true, calling Save will throw a PdfException. If set to true and DocumentWasSigned is true, calling Save will not throw an exception, but will create an invalid PDF which may still render correctly.
Public propertyBookmarkTree
Sets or gets the PdfBookmarkTree for this document.
Public propertyDisplayMode
Gets or sets the display mode that will be used for this document.
Public propertyDocumentCertification
Gets or sets the document certification.
Public propertyDocumentWasSigned
Gets a value indicating whether the document contained a digital signature when opened.
Public propertyEncryptMetadata
Sets or gets a boolean indicating that metadata should be encrypted. Default is false.
Public propertyIsPdfPortfolio
Gets a value indicating whether the document contains a PDF Portfolio. A PDF Portfolio is a feature wherein a PDF document doesn't necessarily contain any PDF data at all, but instead contains a series of embedded files which represent the content of the document. Some PDF documents that have a Portfolion include an ersatz page which is shown for compatibility. The presentation of embedded files is application dependent.
Public propertyMetadata
Sets or gets the document metadata for the PDF.
Public propertyOwnerPassword Obsolete.
Sets or gets a password to use for the owner password for the document.
Public propertyPages
Gets a collection of objects that represent the pages in a PDF document.
Public propertyPermissions
Sets or gets the set of allowable actions for this PDF.
Public propertyRepairOptions
Gets the repair options that will be used for the document.
Public propertySelfPrintingPdf
Gets or sets a value indicating whether the document generated will automatically print upon opening.
Public propertyUserPassword Obsolete.
Sets or gets a password to use for the user password for the document.
Public propertyViewerPreferences
Gets or sets the viewer preferences for this PDF document. PdfViewerPreferences control coarse levels of document and page level user interaction such as the reading order of the document and print characteristics.
Top
See Also