PdfMergeInfo Class

An object of this class is exposed by the PdfMerge class to provide details such as the total number of pages produced and the number of pages from each merged document

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class PdfMergeInfo
Inheritance
Object    PdfMergeInfo

Constructors

PdfMergeInfo Default constructor

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)

Fields

PagesPerDocument The number of pages for each merged document, in the order they were added
TotalPagesProduced The total number of pages produced by the merge

See Also