Class ExternalPdfPageAddedParams
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Represents the parameters of the ExternalPdfPageAddedEvent event
[ClassInterface(ClassInterfaceType.AutoDual)]
public class ExternalPdfPageAddedParams
- Inheritance
-
ExternalPdfPageAddedParams
- Inherited Members
Properties
Index
Gets the index of the added page in PDF document pages collection
public int Index { get; }
Property Value
Page
Gets a reference to the added PDF page
public PdfPage Page { get; }