Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1PrintOptions Class / OutputRange Property

In This Topic
    OutputRange Property
    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 PrintTicket will be used.
    Syntax
    'Declaration
     
    Public Property OutputRange As OutputRange
    public OutputRange OutputRange {get; set;}
    See Also