PdfDocumentSource.FromFile(String) Method
In This Article
Loads a PDF file by its path.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public static PdfDocumentSource FromFile(
string path
)
#Parameters
Name | Type | Description |
---|---|---|
path | String | A PDF file’s path. |
#Returns
Type | Description |
---|---|
Pdf |
A source object that contains a PDF file. |
See Also