AfterRenderPdfPageParams Class

Represents the parameters of the AfterRenderPdfPageEvent event

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class AfterRenderPdfPageParams
Inheritance
Object    AfterRenderPdfPageParams

Properties

Page The PDF page that was rendered when the event was raised
PageCount The total number of PDF pages to be rendered by the current conversion
PageNumber The number in PDF document of the PDF page that was rendered
RenderedRectangle The rectangle that was rendered in PDF page

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