ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearRawLoadOptions Class / Width Property




In This Topic
Width Property (ImGearRawLoadOptions)
In This Topic
Gets or sets image width in pixels.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

Integer value.
See Also