ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / isOriginalSigned Method
The index of the component

In This Topic
    isOriginalSigned Method
    In This Topic
    Returns true if the original data of the specified component was signed. If the data was not signed a level shift has to be applied at the end of the decompression chain.
    Syntax
    'Declaration
     
    
    Public Function isOriginalSigned( _
       ByVal c As Integer _
    ) As Boolean
    public bool isOriginalSigned( 
       int c
    )

    Parameters

    c
    The index of the component

    Return Value

    True if the original image component was signed.
    See Also