PdfDocumentInfo class
Leave feedback
On this page
Represents meta information of PDF document.
public sealed class PdfDocumentInfo : ValueObject
name | description |
---|---|
PdfDocumentInfo() | The default constructor. |
Author { get; set; } | Gets or sets document author. |
CreationDate { get; set; } | Gets or sets the date of document creation. |
CreationTimeZone { get; set; } | Time zone of creation date |
Creator { get; set; } | Gets or sets document creator. |
Keywords { get; set; } | Gets or set the keywords of the document. |
ModDate { get; set; } | Gets or sets the date of document modification. |
ModTimeZone { get; set; } | Time zone of modification date. |
Producer { get; set; } | Gets or sets the document producer. |
Subject { get; set; } | Gets or sets the subject of the document. |
Title { get; set; } | Gets or sets document title. |
- namespace GroupDocs.Conversion.Options.Convert
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.