Gets or sets a value indicating whether [protect form].

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean

Implements

ISection..::..ProtectForm

See Also