MergeImageFieldEventArgs
UseText Property
|
Setting to specify if Text should be used.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool UseText { get; }
Public ReadOnly Property UseText As Boolean
Get
public:
property bool UseText {
bool get ();
}
member UseText : bool with get
Property Value
Type:
Boolean
See Also