PdfViewerControl.DocumentSource Property
In This Article
Gets or sets the PDF document source. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Object | A document source. |
#Remarks
The following source types are available:
- System.IO.Stream
- Windows.Storage.Streams.IRandomAccessStream
- byte[]
- Windows.Storage.StorageFile
- System.Uri
- string
Note
The Document
See Also