ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.io Namespace / BinaryDataOutput Interface / writeInt Method
The value to write to the output

In This Topic
    writeInt Method (BinaryDataOutput)
    In This Topic
    Should write the int value of v (i.e., the 32 bits) to the output. Prior to writing, the output should be realigned at the byte level.
    Syntax
    'Declaration
     
    
    Sub writeInt( _
       ByVal v As Integer _
    ) 
    void writeInt( 
       int v
    )

    Parameters

    v
    The value to write to the output
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also