|
PdfTemplateAnchoring Enumeration |
The anchoring position of a pdf template.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfTemplateAnchoring
Public Enumeration PdfTemplateAnchoring
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