ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataJoiner Class / ImgHeight Property

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

    Property Value

    The total image's height in pixels.
    See Also