Click or drag to resize

DocumentRightTemplate Property

Represents the default PDF document right template. This right template is automatically considered when calculating the available space for rendering in a PDF page. This template is automatically docked to the right side of the PDF page.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public Template RightTemplate { get; set; }

Property Value

Type: Template
See Also