|  | 
| PdfTemplateAnchoring Enumeration | 
 
            The anchoring position of a pdf template.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
 Syntax
Syntaxpublic enum PdfTemplateAnchoring
Public Enumeration PdfTemplateAnchoring
 Members
Members|  | Member name | Value | Description | 
|---|
|  | NotAnchored | 0 | The template is not anchored. | 
|  | Center | 1 | The template will be anchored in the center of the pdf page. | 
|  | TopLeft | 2 | The template will be anchored in the top left corner of the pdf page. | 
|  | TopRight | 3 | The template will be anchored in the top right corner of the pdf page. | 
|  | BottomLeft | 4 | The template will be anchored in the bottom left corner of the pdf page. | 
|  | BottomRight | 5 | The template will be anchored in the bottom left corner of the pdf page. | 
 See Also
See Also