ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / MsgPrinter Class
Fields Properties Methods


In This Topic
    MsgPrinter Class Members
    In This Topic

    The following tables list the members exposed by MsgPrinter.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new message printer with the specified line width and with the default locale.  
    Top
    Public Fields
     NameDescription
    Public FieldThe line width to use  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the line width that is used for formatting. Sets the line width to the specified value. This new value will be used in subsequent calls to the print() message.  
    Top
    Public Methods
     NameDescription
    Public MethodFormats 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.  
    Top
    See Also