ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / MsgPrinter Class / print Method
The indentation for the first line.
The indentation for the other lines.
The message to format and print.

In This Topic
    print Method
    In This Topic
    Formats the message to print in the current line width, by breaking the message into lines between words. The number of spaces to indent the first line is specified by 'flind' and the number of spaces to indent each of the following lines is specified by 'ind'. Newlines in 'msg' are respected. A newline is always printed at the end.
    Syntax
    'Declaration
     
    
    Public Overridable Sub print( _
       ByVal out_Renamed As StreamWriter, _
       ByVal flind As Integer, _
       ByVal ind As Integer, _
       ByVal msg As String _
    ) 
    public virtual void print( 
       StreamWriter out_Renamed,
       int flind,
       int ind,
       string msg
    )

    Parameters

    out_Renamed
    flind
    The indentation for the first line.
    ind
    The indentation for the other lines.
    msg
    The message to format and print.
    See Also