Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.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.
    Syntax
    'Declaration
     
    Public Property OutputRange As OutputRange
    public OutputRange OutputRange {get; set;}
    See Also