Namespace: Spire.Doc.Fields
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 UseAbsolutePos { get; set; }
Public Property UseAbsolutePos As Boolean
	Get
	Set
public:
property bool UseAbsolutePos {
	bool get ();
	void set (bool value);
}
member UseAbsolutePos : bool with get, set

Property Value

Boolean

See Also