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 override bool HasImage { get; }
Public Overrides ReadOnly Property HasImage As Boolean
Get
public:
virtual property bool HasImage {
bool get () override;
}
abstract HasImage : bool with get
override HasImage : bool with get
Property Value
Type:
Boolean
See Also