XDLSHolder
EnableID Property
|
Gets or sets a value indicating whether [enable ID].
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool EnableID { get; set; }
Public Property EnableID As Boolean
Get
Set
public:
property bool EnableID {
bool get ();
void set (bool value);
}
member EnableID : bool with get, set
Property Value
Type:
Boolean
If it is enable ID, set to
true
.
See Also