ClassUriDocumentSource
Class
Represents a document source that loads PDF documents from a Uri.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class UriDocumentSource : DocumentSource, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDocumentSourceUriDocumentSource
Implements:
Inherited Members
Constructors
UriDocumentSource()
Initializes a new instance of the UriDocumentSource class.
Declaration
cs-api-definition
public UriDocumentSource()
UriDocumentSource(Uri)
Initializes a new instance of the UriDocumentSource class with the specified Uri.
Declaration
cs-api-definition
public UriDocumentSource(Uri uri)
Parameters
uri
Uri
The Uri of the PDF document to load.
Properties
Uri
Gets or sets the Uri of the PDF document to load.
Declaration
cs-api-definition
public Uri Uri { get; set; }
Property Value
Uri
The Uri of the PDF document.
Operators
implicit operator UriDocumentSource(Uri)
Performs an implicit conversion from Uri to UriDocumentSource.
Declaration
cs-api-definition
public static implicit operator UriDocumentSource(Uri uri)
Parameters
uri
Uri
The Uri to convert.
Returns
A new UriDocumentSource instance with the specified Uri.