ShapeBase
HasImage Property
|
Returns true if the shape has image bytes or links an image.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual bool HasImage { get; }
Public Overridable ReadOnly Property HasImage As Boolean
Get
public:
virtual property bool HasImage {
bool get ();
}
abstract HasImage : bool with get
override HasImage : bool with get
Property Value
Type:
Boolean
See Also