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

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