ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / TileWidth Property

In This Topic
    TileWidth Property (ImgReader)
    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