ClassFixedDocumentSource
Represents a document source that provides a RadFixedDocument directly.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class FixedDocumentSource : DocumentSource, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDocumentSourceFixedDocumentSource
Implements:
Inherited Members
Constructors
FixedDocumentSource()
Initializes a new instance of the FixedDocumentSource class.
Declaration
public FixedDocumentSource()
FixedDocumentSource(RadFixedDocument)
Initializes a new instance of the FixedDocumentSource class with the specified document.
Declaration
public FixedDocumentSource(RadFixedDocument document)
Parameters
document
RadFixedDocument
The RadFixedDocument to use as the document source.
Properties
Document
Gets or sets the RadFixedDocument associated with this document source.
Declaration
public RadFixedDocument Document { get; set; }
Property Value
RadFixedDocument
The RadFixedDocument instance.
Operators
implicit operator FixedDocumentSource(RadFixedDocument)
Performs an implicit conversion from RadFixedDocument to FixedDocumentSource.
Declaration
public static implicit operator FixedDocumentSource(RadFixedDocument document)
Parameters
document
RadFixedDocument
The RadFixedDocument to convert.
Returns
A new FixedDocumentSource instance with the specified document.