ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / isOrigSigned Method
The index of the component, from 0 to C-1.

In This Topic
    isOrigSigned Method (ImgReader)
    In This Topic
    Returns true if the data read was originally signed in the specified component, false if not.
    Syntax
    'Declaration
     
    
    Public MustOverride Function isOrigSigned( _
       ByVal c As Integer _
    ) As Boolean
    public abstract bool isOrigSigned( 
       int c
    )

    Parameters

    c
    The index of the component, from 0 to C-1.

    Return Value

    true if the data was originally signed, false if not.
    See Also