Skip to main content
A newer version of this page is available. .

PdfViewerControl.DocumentSource Property

Gets or sets the PDF document source. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

public object DocumentSource { get; set; }

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 DocumentSource property has a higher priority than the PdfViewerControl.DocumentUri property.

See Also