ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / InvWTAdapter Class / ImgWidth Property

In This Topic
    ImgWidth Property (InvWTAdapter)
    In This Topic
    Returns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ImgWidth As Integer
    public virtual int ImgWidth {get;}

    Property Value

    The total image's width in pixels.
    See Also