SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Image Class / Width Property




In This Topic
    Width Property (Image)
    In This Topic
    Gets the width of the image object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As Integer
    'Usage
     
    
    Dim instance As Image
    Dim value As Integer
     
    value = instance.Width
    public int Width {get;}
    public: __property int get_Width();
    public:
    property int Width {
       int get();
    }
    See Also