Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / SaveDocumentStreamEventArgs Class / PageRange Property


In This Topic
    PageRange Property
    In This Topic
    Gets or sets the range.
    Syntax
    'Declaration
     
    
    Public Property PageRange As GrapeCity.Documents.Common.OutputRange
    'Usage
     
    
    Dim instance As SaveDocumentStreamEventArgs
    Dim value As GrapeCity.Documents.Common.OutputRange
     
    instance.PageRange = value
     
    value = instance.PageRange
    public GrapeCity.Documents.Common.OutputRange PageRange {get; set;}
    See Also