PdfPageBase
AllowContainLeftDocTemplates Property
|
Gets or sets this page allow contain left doc templates.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool AllowContainLeftDocTemplates { get; set; }
Public Property AllowContainLeftDocTemplates As Boolean
Get
Set
public:
property bool AllowContainLeftDocTemplates {
bool get ();
void set (bool value);
}
member AllowContainLeftDocTemplates : bool with get, set
Property Value
Type:
Boolean
See Also