ExpertPdf Html to Pdf Converter Library
TemplateAnchoring Enumeration
NamespacesExpertPdf.HtmlToPdf.PdfDocumentTemplateAnchoring
ExpertPdf Html to Pdf Converter Library
The anchoring position of the PDF template.
Declaration Syntax
C#Visual BasicVisual C++
public enum TemplateAnchoring
Public Enumeration TemplateAnchoring
public enum class TemplateAnchoring
Members
MemberDescription
NotAnchored The template is not anchored.
Center 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.
TopLeft 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.
TopRight 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
BottomLeft 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.
BottomRight 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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)