ComponentOne PDF for .NET
CSJ2K.j2k.quantization.quantizer Namespace / Quantizer Class / ImgWidth Property

In This Topic
    ImgWidth Property (Quantizer)
    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.

    This default implementation returns the value of the source.

    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