ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / TileHeight Property

In This Topic
    TileHeight Property (ImgReader)
    In This Topic
    Returns the overall height of the current tile in pixels, assuming there is no-tiling. Since no-tiling is assumed this is the same as the width of the image. The value of h is returned.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TileHeight As Integer
    public virtual int TileHeight {get;}

    Property Value

    The total image height in pixels.
    See Also