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

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