ExpertPdf PDF Creator Library
RightTemplate Property
NamespacesExpertPdf.PdfCreatorDocumentRightTemplate
ExpertPdf PDF Creator Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public Template RightTemplate { get; set; }
Public Property RightTemplate As Template
	Get
	Set
public:
property Template^ RightTemplate {
	Template^ get ();
	void set (Template^ value);
}
Property Value

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