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