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.MergePdfAssembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntaxpublic PdfDocumentInfo DocumentInfo { get; set; }Public Property DocumentInfo As PdfDocumentInfo
Get
Set
Property Value
PdfDocumentInfo
See Also