ComponentOne PDF for .NET
CSJ2K.j2k.image.input Namespace / ImgReaderPGM Class / getNumTiles Method

In This Topic
    getNumTiles Method (ImgReaderPGM)
    In This Topic
    Returns the number of tiles in the horizontal and vertical directions. This default implementation assumes no tiling, so (1,1) is always returned.
    Overload List
    OverloadDescription
    Returns the number of tiles in the horizontal and vertical directions. This default implementation assumes no tiling, so (1,1) is always returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    Returns the total number of tiles in the image. This default implementation assumes no tiling, so 1 is always returned. (Inherited from CSJ2K.j2k.image.input.ImgReader)
    See Also