Click or drag to resize
Pdf Library for .NET

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
Members
  Member nameValueDescription
NotDocked0 The template is not docked in the pdf page.
Top1 The template is docked to the top of the pdf page.
Bottom2 The template is docked to the bottom of the pdf page.
Left3 The template is docked to the left of the pdf page.
Right4 The template is docked to the right of the pdf page.
Fill5 The template fills the pdf page.
See Also