EVO Excel to PDF Converter

PrepareRenderPdfPageParams Class

EVO Excel to PDF Converter Documentation
Represents the parameters of the PrepareRenderPdfPageEvent event
Inheritance Hierarchy

SystemObject
  EvoExcelToPdfPrepareRenderPdfPageParams

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public class PrepareRenderPdfPageParams

The PrepareRenderPdfPageParams type exposes the following members.

Properties

  NameDescription
Public propertyCancelConversion
Set this property on true to cancel the conversion before the PDF page to initialize is rendered
Public propertyIsNewPage
A flag indicating if the PDF page to initialize is a new page just created by converter or a previously created page
Public propertyPage
Gets a reference to the PDF page being rendered
Public propertyPageNumber
The number in PDF document of the PDF page to initialize
Public propertyPdfDocument
The PDF document to which the PDF page to initialize belongs
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference