Class PdfDocumentInfo
Class PdfDocumentInfo
Namespace: Aspose.Html.Rendering.Pdf
Assembly: Aspose.HTML.dll (25.2.0)
Represents the information about the PDF document.
[ComVisible(true)]
public class PdfDocumentInfo
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Author
The name of the person who created the document.
public string Author { get; set; }
Property Value
CreationDate
Gets or sets the document’s creation date specified as the Coordinated Universal Time (UTC).
public DateTime CreationDate { get; set; }
Property Value
Creator
The name of the product that created the original document.
public string Creator { get; set; }
Property Value
Keywords
Keywords associated with the document.
public string Keywords { get; set; }
Property Value
ModificationDate
Gets or sets the document’s modification date specified as the Coordinated Universal Time (UTC).
public DateTime ModificationDate { get; set; }
Property Value
Producer
The name of the product that converted the document.
public string Producer { get; set; }
Property Value
Subject
The subject of the document.
public string Subject { get; set; }
Property Value
Title
The document’s title.
public string Title { get; set; }