Click or drag to resize
Pdf Library for .NET

PdfTemplate Properties

The PdfTemplate type exposes the following members.

Properties
  Name Description
Public property Anchoring Gets or sets the template anchoring settings inside the pdf page.
Public property Background Controls whether the template is rendered behind the page main content or not.
Public property Bounds Gets or sets the template bounds rectangle.
Public property ClientRectangle Gets the drawable area of the canvas. The margins, pdf document header and footer are excluded.
(Inherited from PdfCanvas)
Public property DisplayOnEvenPages Controls the visibility of the template on the even numbered pages of the pdf document.
Public property DisplayOnFirstPage Controls the visibility of the template on the first page of the generated pdf document.
Public property DisplayOnOddPages Controls the visibility of the template on the odd numbered pages of the pdf document.
Public property Docking Gets or sets the template docking style inside the pdf page.
Public property FirstPageNumber Controls the page number for the first page being rendered.
Public property Foreground Controls whether the template is rendered in front of the page main content or not.
Public property Height Gets or sets the height for a custom template.
Public property LFN Internal use only.
Public property TotalPagesOffset Controls the total number of pages offset in the pdf document.
Public property Width Gets or sets the width for a custom template.
Top
See Also