PdfDocument
DocumentInformation Property
|
Gets document's information and properties.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfDocumentInformation DocumentInformation { get; }
Public ReadOnly Property DocumentInformation As PdfDocumentInformation
Get
public:
property PdfDocumentInformation^ DocumentInformation {
PdfDocumentInformation^ get ();
}
member DocumentInformation : PdfDocumentInformation with get
Property Value
Type:
PdfDocumentInformation
See Also