PdfDocumentInfo Class

This class encapsulates the options to control the merged PDF document description (author, title, keywords, etc). The PDFMerge class defines a reference to an object of this type

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public class PdfDocumentInfo
Inheritance
Object    PdfDocumentInfo

Constructors

PdfDocumentInfoInitializes a new instance of the PdfDocumentInfo class

Properties

Application Gets or sets the name of the application that produced this document
AuthorName Gets or sets name of the document author.
CreatedDate Gets or sets the date and time when the document was created.
Keywords Gets or sets document keywords.
Subject Gets or sets the subject of the PDF document.
Title Gets or sets document title.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also