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

In This Topic
    isOrigSigned Method (ImgReaderPGM)
    In This Topic
    Returns true if the data read was originally signed in the specified component, false if not. This method returns always false since PGM data is always unsigned.
    Syntax
    'Declaration
     
    
    Public Overrides Function isOrigSigned( _
       ByVal c As Integer _
    ) As Boolean
    public override bool isOrigSigned( 
       int c
    )

    Parameters

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

    Return Value

    always false, since PGM data is always unsigned.
    See Also