Click or drag to resize
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

Namespace: ExpertPdf.MergePdf
Assembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntax
public PdfDocumentInfo DocumentInfo { get; set; }

Property Value

Type: PdfDocumentInfo
See Also