ExpertPdf PDF Creator Library
LeftTemplate Property
NamespacesExpertPdf.PdfCreatorTemplateCollectionLeftTemplate
ExpertPdf PDF Creator Library
Represents the default PDF document left template. This left template is automatically considered when calculating the available space for rendering in a PDF page. This template is automatically docked to the left side of the PDF page.
Declaration Syntax
C#Visual BasicVisual C++
public Template LeftTemplate { get; set; }
Public Property LeftTemplate As Template
	Get
	Set
public:
property Template^ LeftTemplate {
	Template^ get ();
	void set (Template^ value);
}
Property Value

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