ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgData Interface / ImgWidth Property

In This Topic
    ImgWidth Property (ImgData)
    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
     
    
    ReadOnly Property ImgWidth As Integer
    int ImgWidth {get;}

    Property Value

    The total image's width in pixels.
    See Also