IPicture
IsUnderText Property
|
Gets or sets a value indicating whether the picture is under text.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
bool IsUnderText { get; set; }
Property IsUnderText As Boolean
Get
Set
property bool IsUnderText {
bool get ();
void set (bool value);
}
abstract IsUnderText : bool with get, set
Property Value
Type:
Boolean
See Also