PdfDocument PropertiesTerminal Works - PDF Printing.Net Library

The PdfDocument type exposes the following members.

Properties

  NameDescription
Public propertyAcroForm
Get the AcroForm dictionary.
Public propertyCustomValues
This function is intended to be undocumented.
Public propertyFileSize
Gets the file size of the document.
Public propertyFullPath
Gets the full qualified file name if the document was read form a file, or an empty string otherwise.
Public propertyGuid
Gets a Guid that uniquely identifies this instance of PdfDocument.
Public propertyInfo
Gets information about the document.
Public propertyInternals
Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument.
Public propertyIsImported
Returns a value indicating whether the document was newly created or opened from an existing document. Returns true if the document was opened with the PdfReader.Open function, false otherwise.
Public propertyIsIndirect
Indicates whether the object is an indirect object.
(Inherited from PdfObject.)
Public propertyIsReadOnly
Returns a value indicating whether the document is read only or can be modified.
Public propertyIsSigned
Checks if document has at least one signed certificate. It doesn't check validity of the signed certificate.
Public propertyLanguage
Gets or sets the default language of the document.
Public propertyOptions
Gets the document options used for saving the document.
Public propertyOutlines
Gets the root of the outline (or bookmark) tree.
Public propertyOwner
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.)
Public propertyPageCount
Gets the number of pages in the document.
Public propertyPageLayout
Gets or sets a value specifying the page layout to be used when the document is opened.
Public propertyPageMode
Gets or sets a value specifying how the document should be displayed when opened.
Public propertyPages
Get the pages dictionary.
Public propertyReference
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.)
Public propertySecurityHandler
Gets the security handler.
Public propertySecuritySettings
Gets the security settings of this document.
Public propertySettings
Gets PDF specific document settings.
Public propertyTag
Gets or sets a user defined object that contains arbitrary information associated with this document. The tag is not used by PDFEdit.
Public propertyVersion
Gets or sets the PDF version number. Return value 14 e.g. means PDF 1.4 / Acrobat 5 etc.
Public propertyViewerPreferences
Gets the viewer preferences of this document.
Top
See Also

Reference