EVO HTML to PDF Converter

Template Properties

EVO PDF Client for .NET Documentation

The Template type exposes the following members.

Properties

  NameDescription
Public propertyAnchoring
Gets or sets the template anchoring inside the PDF page
Public propertyBringToFront
When true, this property makes the template to be rendered in front of the page main content. By default this property is true.
Public propertyDocking
Gets or sets the template docking inside the PDF page
Public propertyDrawOnEvenPages
Set this property to indicate whether the template is drawn or not on the even pages. By default this property is true.
Public propertyDrawOnFirstPage
Set this property to indicate whether the template is drawn or not on the first page. By default this property is true.
Public propertyDrawOnOddPages
Set this property to indicate whether the template is drawn or not on the odd pages. By default this property is true.
Public propertyHeight
Gets template height for a custom template
Public propertyIsFooter
Gets a flag indicating if this template was created as document footer
Public propertyIsHeader
Gets a flag indicating if this template was created as document header
Public propertyPageNumberingPageCountIncrement
Gets or sets an increment for the total number of pages displayed using &P; variable in a TextElement added to the template.
Public propertyPageNumberingStartIndex
Gets or sets the start index for page numbering using the &p; variable in a TextElement added to the template.
Public propertyParentDocument
The parent document of this renderer
(Inherited from ElementsRenderer.)
Public propertySendToBackground
When true, this property makes the template to be rendered in the back of the page main content. By default this property is false.
Public propertyWidth
Gets template width for a custom template
Public propertyX
Gets template X location for a custom template
Public propertyY
Gets template Y location for a custom template
Top
See Also

Reference