Gets a value indicating whether this instance is frame.

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 bool IsFrame { get; }
Public ReadOnly Property IsFrame As Boolean
	Get
public:
property bool IsFrame {
	bool get ();
}
member IsFrame : bool with get

Property Value

Boolean

See Also