ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / MsgPrinter Class / LineWidth Property

In This Topic
    LineWidth Property
    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