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

In This Topic
    TileWidth Property (ImgReaderPGM)
    In This Topic
    Returns the width 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 w is returned.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TileWidth As Integer
    public virtual int TileWidth {get;}

    Property Value

    The total image width in pixels.
    See Also