Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PrintOptions Class / OutputRange Property

In This Topic
    OutputRange Property (C1PrintOptions)
    In This Topic
    Gets or sets the OutputRange object defining the range of pages to print. This can be null in which case values specified in PrinterSettings will be used.
    Syntax
    'Declaration
     
    Public Property OutputRange As OutputRange
    public OutputRange OutputRange {get; set;}
    See Also