Class PdfDocumentInfo
- Namespace
- Aspose.Imaging.FileFormats.Pdf
- Assembly
- Aspose.Imaging.dll
This class represents set of metadata for document description.
public class PdfDocumentInfo
- Inheritance
-
PdfDocumentInfo
- Inherited Members
Constructors
PdfDocumentInfo()
public PdfDocumentInfo()
Properties
Author
Gets or sets author of the document.
public string Author { get; set; }
Property Value
Keywords
Gets or sets keywords of the document.
public string Keywords { get; set; }
Property Value
Subject
Gets or sets subject of the document.
public string Subject { get; set; }
Property Value
Title
Gets or sets title of the document.
public string Title { get; set; }