C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.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
See Also