ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgDataAdapter Class / getImgWidth Method
The resolution level, from 0 to L.

In This Topic
    getImgWidth Method (MultiResImgDataAdapter)
    In This Topic
    Returns the overall width of the image in pixels, for the given resolution level. This is the image's width without accounting for any component subsampling or tiling.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overridable Function getImgWidth( _
       ByVal rl As Integer _
    ) As Integer
    public virtual int getImgWidth( 
       int rl
    )

    Parameters

    rl
    The resolution level, from 0 to L.

    Return Value

    The total image's width in pixels.
    See Also