PDFMergeDocumentInfo Property

Gets or sets the info object of the merged PDF document. This object properties allow the control of the merged document information like author, title, creation date, etc

Definition

Namespace: Winnovative.PDFMerge
Assembly: WnvPdfMerge_NetCore (in WnvPdfMerge_NetCore.dll) Version: 14.0.0
C#
public PdfDocumentInfo DocumentInfo { get; set; }

Property Value

PdfDocumentInfo

See Also