PdfDocumentHelper.LoadPdfContainer(Object, String, PdfDocumentLoadingPolicy) 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
public static Task<PdfDocumentContainer> LoadPdfContainer(
object source,
string password,
PdfDocumentLoadingPolicy loadingPolicy
)
#Parameters
Name | Type | Description |
---|---|---|
source | Object | The PDF document container. |
password | String | A string value that is the password to the PDF container. |
loading |
Pdf |
A Pdf |
#Returns
Type | Description |
---|---|
Task<DevExpress. |
The asynchronous operation. |
See Also