PdfDocumentInformation Class
Contains metadata for the PdfDocument.
public sealed class PdfDocumentInformation : PdfObject
Public NotInheritable Class PdfDocumentInformation
Inherits PdfObject
- Inheritance:
- System.ObjectPdfDocumentInformation
Properties
Author
(Optional) The name of the person who created the document.
Property Value
- System.String
The name of the person who created the document.
See Also
CreationDate
(Optional) The date and time the document was created, in human-readable form (see 7.9.4, "Dates").
public DateTimeOffset? CreationDate { get; set; }
Public Property CreationDate As DateTimeOffset?
Property Value
- System.Nullable<System.DateTimeOffset>
The date and time the document was created, in human-readable form.
See Also
Creator
(Optional) If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted.
Property Value
- System.String
If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted.
See Also
Keywords
(Optional; PDF 1.1) Keywords associated with the document.
Property Value
- System.String
Keywords associated with the document.
See Also
ModificationDate
(Required if PieceInfo is present in the document catalog; otherwise optional; PDF 1.1) The date and time the document was most recently modified, in human-readable form (see 7.9.4, "Dates").
public DateTimeOffset? ModificationDate { get; set; }
Public Property ModificationDate As DateTimeOffset?
Property Value
- System.Nullable<System.DateTimeOffset>
The date and time the document was most recently modified, in human-readable form.
See Also
Producer
(Optional) If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF.
Property Value
- System.String
If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF.
See Also
Subject
(Optional; PDF 1.1) The subject of the document.
Property Value
- System.String
The subject of the document.
See Also
Title
(Optional; PDF 1.1) The document’s title.
Property Value
- System.String
The document’s title.
See Also
Methods
Clear()
Removes the Info entry from the parent PdfDocument.
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |