|
PdfTemplateDocking Enumeration |
The docking style of a pdf template.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfTemplateDocking
Public Enumeration PdfTemplateDocking
Members
| Member name | Value | Description |
---|
| NotDocked | 0 |
The template is not docked in the pdf page.
|
| Top | 1 |
The template is docked to the top of the pdf page.
|
| Bottom | 2 |
The template is docked to the bottom of the pdf page.
|
| Left | 3 |
The template is docked to the left of the pdf page.
|
| Right | 4 |
The template is docked to the right of the pdf page.
|
| Fill | 5 |
The template fills the pdf page.
|
See Also