ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / MsgPrinter Class / LineWidth Property

In This Topic
    LineWidth Property (MsgPrinter)
    In This Topic
    Returns 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.
    Syntax
    'Declaration
     
    
    Public Overridable Property LineWidth As Integer
    public virtual int LineWidth {get; set;}

    Property Value

    The line width used for formatting
    See Also