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