Table of Contents

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

int

Page

Gets a reference to the added PDF page

public PdfPage Page { get; }

Property Value

PdfPage