PdfDocumentHelper.LoadPdfContainer(Object) Method
In This Article
Loads a PDF container from the specified source.
Namespace: DevExpress.UI.Xaml.Controls.Internal.Pdf
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
source | Object | The PDF document container. |
#Returns
Type | Description |
---|---|
Task<DevExpress. |
The asynchronous operation. |
See Also