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

In This Topic
    TileHeight Property (ImgDataAdapter)
    In This Topic
    Returns the overall height of the current tile in pixels. This is the tile's height without accounting for any component subsampling. This is also referred as the reference grid height in the current tile.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TileHeight As Integer
    public virtual int TileHeight {get;}

    Property Value

    The total current tile's height in pixels.
    See Also