PdfDocument Properties

The PdfDocument type exposes the following members.

Properties

  NameDescription
Public propertyAutoCreateUriActions
Gets or sets a value indicating whether to check each text string drawn with DrawString() or DrawText(String, PdfTextDrawingOptions) for URIs and create PdfUriActions for each found URI.
Public propertyGrantedPermissions
Gets the permissions granted for the current document.
Public propertyHasSignaturePermissions
Gets a value indicating whether this document has digital signature permissions.
Public propertyInfo
Gets the interface for the document metadata.
Public propertyInitialView
Gets or sets the PdfDocumentView to open when the document is opened.
Public propertyIsLinearized
Gets a value indicating whether this document is linearized (optimized for fast viewing on the web).
Public propertyLayers
Gets the collection of layers (also known as optional content groups) in this document.
Public propertyMetadata
Gets the XMP metadata attached to the document.
Public propertyNeedAppearances
Gets or sets a value indicating whether the viewing application should construct appearances of all controls and widgets in this document.
Public propertyOnOpenDocument
Gets or sets the action to be performed when the document is opened.
Public propertyOutlineRoot
Gets the document outline root.
Public propertyPageCount
Gets the number of pages in this document.
Public propertyPageLabels
Gets the collection of page labeling ranges in this document.
Public propertyPageLayout
Gets or sets the page layout to be used when the document is opened by a PDF viewer application.
Public propertyPageMode
Gets or sets how the document should be displayed when opened by a PDF viewer application.
Public propertyPages
Gets the collection of pages in this document.
Public propertySharedAttachments
Gets the collection of document-level attachments.
Public propertySharedScripts
Gets the collection of shared JavaScript actions in this document.
Public propertyUsesObjectStreams
Gets a value indicating whether this document uses object streams to store internal structures more compactly.
Public propertyVersion
Gets the version of the PDF specification to which this document conforms.
Public propertyViewerPreferences
Gets the interface for the viewer preferences of this document.

See Also