PdfDocumentInfo

PdfDocumentInfo class

Represents meta information of PDF document.

public sealed class PdfDocumentInfo : ValueObject

Constructors

Name Description
PdfDocumentInfo() The default constructor.

Properties

Name Description
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.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also