HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Content Class / IsImage Property

In This Topic
    IsImage Property
    In This Topic
    A boolean value indicating if the content returned from the server or read from the browser cache contains an image resource
    Syntax
    'Declaration
     
    Public ReadOnly Property IsImage As Boolean
    public bool IsImage {get;}
    Remarks
    If this property is set to true the dimensions of the image are available in the ImageHeight and ImageWidth properties.
    Requirements
     
    See Also