Gets a value indicating whether format is default.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual bool IsDefault { get; }
Public Overridable ReadOnly Property IsDefault As Boolean
	Get
public:
virtual property bool IsDefault {
	bool get ();
}
abstract IsDefault : bool with get
override IsDefault : bool with get

Property Value

Boolean
true if format is default; otherwise,false.

See Also