Click or drag to resize
Pdf Library for .NET

PdfTemplateAnchoring Enumeration

The anchoring position of a pdf template.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public enum PdfTemplateAnchoring
Members
  Member nameValueDescription
NotAnchored0 The template is not anchored.
Center1 The template will be anchored in the center of the pdf page.
TopLeft2 The template will be anchored in the top left corner of the pdf page.
TopRight3 The template will be anchored in the top right corner of the pdf page.
BottomLeft4 The template will be anchored in the bottom left corner of the pdf page.
BottomRight5 The template will be anchored in the bottom left corner of the pdf page.
See Also