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

In This Topic
    TileHeight Property (ImgReaderPGM)
    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