[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataAdapter.ImgWidth

ImgWidth Property

ImgWidth

Returns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling.

       <p>This default implementation returns the value of the source.</p>
Declaration
public virtual int ImgWidth { get; }
Property Value
Type Description
int

The total image's width in pixels.

Implements