Class PdfDocumentInfo

Class PdfDocumentInfo

Namespace: Aspose.Imaging.FileFormats.Pdf
Assembly: Aspose.Imaging.dll (25.2.0)

This class represents set of metadata for document description.

public class PdfDocumentInfo

Inheritance

objectPdfDocumentInfo

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PdfDocumentInfo()

public PdfDocumentInfo()

Properties

Author

Gets or sets author of the document.

[JsonProperty]
public string Author { get; set; }

Property Value

string

Keywords

Gets or sets keywords of the document.

[JsonProperty]
public string Keywords { get; set; }

Property Value

string

Subject

Gets or sets subject of the document.

[JsonProperty]
public string Subject { get; set; }

Property Value

string

Title

Gets or sets title of the document.

[JsonProperty]
public string Title { get; set; }

Property Value

string