ExpertPdf PDF Creator Library
CustomRightTemplate Property
NamespacesExpertPdf.PdfCreatorPdfPageCustomRightTemplate
ExpertPdf PDF Creator Library
Represents the custom right template for the page. It will replace the document right template on this page.
Declaration Syntax
C#Visual BasicVisual C++
public Template CustomRightTemplate { get; set; }
Public Property CustomRightTemplate As Template
public:
property Template^ CustomRightTemplate {
	Template^ get ();
	void set (Template^ value);
}

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)