Borders
NoBorder Property
|
Gets whether the border exists
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool NoBorder { get; }
Public ReadOnly Property NoBorder As Boolean
Get
public:
property bool NoBorder {
bool get ();
}
member NoBorder : bool with get
Property Value
Type:
Boolean
See Also