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