ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.forwcomptransf Namespace / ForwCompTransf Class / Reversible Property

In This Topic
    Reversible Property (ForwCompTransf)
    In This Topic
    Returns true if this transform is reversible in current tile. Reversible component transformations are those which operation can be completely reversed without any loss of information (not even due to rounding).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Reversible As Boolean
    public virtual bool Reversible {get;}

    Property Value

    Reversibility of component transformation in current tile
    See Also