Skip to main content

PdfDocumentHelper.LoadPdfContainer(Object) Method

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
)

#Parameters

Name Type Description
source Object

The PDF document container.

#Returns

Type Description
Task<DevExpress.UI.Xaml.Controls.PdfDocumentContainer>

The asynchronous operation.

See Also