ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / InvWTAdapter Class / TileWidth Property

In This Topic
    TileWidth Property (InvWTAdapter)
    In This Topic
    Returns the overall width of the current tile in pixels. This is the tile's width without accounting for any component subsampling. This is also referred as the reference grid width in the current tile.

    This default implementation returns the value of the source at the current reconstruction resolution level.

    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property TileWidth As Integer
    public virtual int TileWidth {get;}

    Property Value

    The total current tile's width in pixels.
    See Also