PsDocumentInfo Class
Contains Ps document metadata
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsDocumentInfo
    GroupDocs.Conversion.ContractsPdfDocumentInfo
      GroupDocs.Conversion.ContractsPsDocumentInfo

Namespace: GroupDocs.Conversion.Contracts
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public class PsDocumentInfo : PdfDocumentInfo

The PsDocumentInfo type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets author
(Inherited from PdfDocumentInfo.)
Public propertyCreationDate
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyFormat
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyHeight
Gets page height
(Inherited from PdfDocumentInfo.)
Public propertyIsLandscape
Gets is page landscaped
(Inherited from PdfDocumentInfo.)
Public propertyIsPasswordProtected
Gets is document password protected
(Inherited from PdfDocumentInfo.)
Public propertyItem
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyPagesCount
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyPropertyNames
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertySize
Contains metadata for a document.
(Inherited from DocumentInfo.)
Public propertyTableOfContents
Table of contents
(Inherited from PdfDocumentInfo.)
Public propertyTitle
Gets title
(Inherited from PdfDocumentInfo.)
Public propertyVersion
Gets version
(Inherited from PdfDocumentInfo.)
Public propertyWidth
Gets page width
(Inherited from PdfDocumentInfo.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also