ExpertPdf PDF Creator Library
TemplateAnchoring Enumeration
NamespacesExpertPdf.PdfCreatorTemplateAnchoring
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.0.0.0 (5.0.0.0)