EVO HTML to PDF Converter

TemplateAnchoring Enumeration

EVO HTML to PDF Converter for .NET Documentation
This enumeration represents the possible anchoring positions of the PDF template in a PDF page

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public enum TemplateAnchoring
Members

  Member nameValueDescription
NotAnchored0 The template is not anchored.
Center1 The template will be anchored in the center of the PDF page. The center of the template rectangle will be same with the center of the page.
TopLeft2 The template will be anchored in the top left corner of the page. The template location will be the top left corner of the page.
TopRight3 The template will be anchored in the top right corner of the page. The right side of the template will be aligned with the right side of the page, and the top side of the template will be aligned with the top side of the page
BottomLeft4 The template will be anchored in the bottom left corner of the page. The left side of the template will be aligned with the left side of the page and the bottom side of the document will be aligned with the bottom side of the page.
BottomRight5 The template will be anchored in the bottom left corner of the page. The right side of the document will be aligned with the right side of the PDF page and the bottom side of the document will be aligned with the bottom side of the PDF page
See Also

Reference