New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a document source that loads PDF documents from a Uri.

Definition

Constructors

Initializes a new instance of the UriDocumentSource class.

C#
public UriDocumentSource()

Initializes a new instance of the UriDocumentSource class with the specified Uri.

C#
public UriDocumentSource(Uri uri)
Parameters:uriUri

The Uri of the PDF document to load.

Properties

Uri

Uri

Gets or sets the Uri of the PDF document to load.

C#
public Uri Uri { get; set; }
Property Value:

The Uri of the PDF document.

Operators

Performs an implicit conversion from Uri to UriDocumentSource.

C#
public static implicit operator UriDocumentSource(Uri uri)
Parameters:uriUri

The Uri to convert.

Returns:

UriDocumentSource

A new UriDocumentSource instance with the specified Uri.