StreamPdfDocumentSource.Stream Property
Gets or sets the stream that contains a PDF file. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
Stream | A stream that contains a PDF file. |
See Also