BeforeRenderPdfPageParams Class

Represents the parameters of the BeforeRenderPdfPageEvent event

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class BeforeRenderPdfPageParams
Inheritance
Object    BeforeRenderPdfPageParams

Properties

Page The PDF page being rendered when the event is raised
PageCount The total number of PDF pages that will be rendered by the current conversion
PageNumber The number in PDF document of the PDF page to be rendered
RenderedRectangle The rectangle to be 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