ExpertPdf Html to Pdf Converter Library
TemplateDocking Enumeration
NamespacesExpertPdf.HtmlToPdf.PdfDocumentTemplateDocking
ExpertPdf Html to Pdf Converter Library
The docking style of the PDF template.
Declaration Syntax
C#Visual BasicVisual C++
public enum TemplateDocking
Public Enumeration TemplateDocking
public enum class TemplateDocking
Members
MemberDescription
NotDocked The template is not docked in PDF page.
Top The template is docked to the the top of the PDF page. The template width and location will be adjusted for docking.
Bottom The template is docked to the bottom of the PDF page. The template width and location will be adjusted for docking.
Left The template is docked to the left of the PDF page. The template location and height will be adjusted for docking.
Right The template is docked to the right of the PDF page. The template location and height will be adjusted for docking.
Fill The template fills the PDF page. The template location will be the top left corner and the size will be the size of the PDF page. The docking will take into account the existing document Header, Footer, Left and Right templates.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)