Winnovative PDF Creator Library for .NET
RightTemplate Property
NamespacesWinnovative.PdfCreatorDocumentRightTemplate
Winnovative PDF Creator Library for .NET
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
public:
property Template^ RightTemplate {
	Template^ get ();
	void set (Template^ value);
}

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)