This property refers to the number of bytes per line in the image set in the Layer(Index).Image property. The index can range from 0 to 99.
[Visual Basic] Public ReadOnly Property
ImageWidthByte As Integer
[C#] public int ImageWidthByte {get;}
Property Value
The number of bytes per line in the image
Explanation
The ImageWidthByte property refers to the number of bytes per line in the image set in the Layer(Index).Image property.
When the Layer(Index).Image property is set the value of this property is automatically set.
This property is not valid for vector images.
See Also
ImageKit.Layer Members | Newtone.ImageKit.Win.ImageKit