ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / MsgPrinter Class / MsgPrinter Constructor
The line width for which to format (in characters)

In This Topic
    MsgPrinter Constructor
    In This Topic
    Creates a new message printer with the specified line width and with the default locale.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal linewidth As Integer _
    )
    public MsgPrinter( 
       int linewidth
    )

    Parameters

    linewidth
    The line width for which to format (in characters)
    See Also