Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / PngExporter Class / Range Property

In This Topic
    Range Property (PngExporter)
    In This Topic
    Gets or sets the range of pages that is to be exported.
    Syntax
    'Declaration
     
    Public Property Range As OutputRange
    public OutputRange Range {get; set;}
    See Also