PdfPageAddedFromAnotherDocParams Class

PdfPageAddedFromAnotherDocEvent event parameters raised after a page from another document has been added to a document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfPageAddedFromAnotherDocParams
Inheritance
Object    PdfPageAddedFromAnotherDocParams

Properties

PageIndex The added page index in PDF document
PdfPage The PDF page added to document

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