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
public:
property Template^ CustomLeftTemplate {
	Template^ get ();
	void set (Template^ value);
}

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