HasImage Property (ImageData)
In This Topic
Gets a value indicating whether the picture contains image bytes
or links to an image.
Syntax
'Declaration
Public Overrides ReadOnly Property HasImage As System.Boolean
public override System.bool HasImage {get;}
See Also