ComponentOne PDF for .NET
CSJ2K.j2k.image Namespace / Tiler Class / TileHeight Property

In This Topic
    TileHeight Property (Tiler)
    In This Topic
    Returns the overall height of the current tile in pixels. This is the tile's width without accounting for any component subsampling.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property TileHeight As Integer
    public override int TileHeight {get;}

    Property Value

    The total current tile height in pixels.
    See Also