Section
ProtectForm Property
|
Gets or sets a value indicating whether protect forms.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool ProtectForm { get; set; }
Public Property ProtectForm As Boolean
Get
Set
public:
virtual property bool ProtectForm {
bool get () sealed;
void set (bool value) sealed;
}
abstract ProtectForm : bool with get, set
override ProtectForm : bool with get, set
Property Value
Type:
Boolean
Implements
ISection
ProtectForm
See Also