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