Gets or sets whether picture is below image.

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 IsUnderText { get; set; }
Public Property IsUnderText As Boolean
	Get
	Set
public:
virtual property bool IsUnderText {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract IsUnderText : bool with get, set
override IsUnderText : bool with get, set

Property Value

Boolean

Implements

IPicture..::..IsUnderText

See Also