Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / HasImage Property

In This Topic
    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