Skip to main content

PdfDocumentSource.Implicit(String to PdfDocumentSource) Operator

Implicitly converts String to PdfDocumentSource.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public static implicit operator PdfDocumentSource(string path)

Parameters

Name Type Description
path String

A PDF file path.

Returns

Type Description
PdfDocumentSource

A source object that contains a PDF file.

See Also