The PdfDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoCreateUriActions |
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.
|
![]() | GrantedPermissions |
Gets the permissions granted for the current document.
|
![]() | HasSignaturePermissions |
Gets a value indicating whether this document has digital signature permissions.
|
![]() | Info |
Gets the interface for the document metadata.
|
![]() | InitialView |
Gets or sets the PdfDocumentView to open when the
document is opened.
|
![]() | IsLinearized |
Gets a value indicating whether this document is linearized (optimized for
fast viewing on the web).
|
![]() | Layers |
Gets the collection of layers (also known as optional content groups) in this document.
|
![]() | Metadata |
Gets the XMP metadata attached to the document.
|
![]() | NeedAppearances |
Gets or sets a value indicating whether the viewing application should construct
appearances of all controls and widgets in this document.
|
![]() | OnOpenDocument |
Gets or sets the action to be performed when the document is opened.
|
![]() | OutlineRoot |
Gets the document outline root.
|
![]() | PageCount |
Gets the number of pages in this document.
|
![]() | PageLabels |
Gets the collection of page labeling ranges in this document.
|
![]() | PageLayout |
Gets or sets the page layout to be used when the document is opened
by a PDF viewer application.
|
![]() | PageMode |
Gets or sets how the document should be displayed when opened
by a PDF viewer application.
|
![]() | Pages |
Gets the collection of pages in this document.
|
![]() | SharedAttachments |
Gets the collection of document-level attachments.
|
![]() | SharedScripts |
Gets the collection of shared JavaScript actions in this document.
|
![]() | UsesObjectStreams |
Gets a value indicating whether this document uses object streams to store internal
structures more compactly.
|
![]() | Version |
Gets the version of the PDF specification to which this document conforms.
|
![]() | ViewerPreferences |
Gets the interface for the viewer preferences of this document.
|