Class ByteArrayDocumentSource
Inherited Members
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ByteArrayDocumentSource : DocumentSource, INotifyPropertyChanged
Constructors
ByteArrayDocumentSource()
Declaration
public ByteArrayDocumentSource()
ByteArrayDocumentSource(Byte[], Boolean)
Declaration
public ByteArrayDocumentSource(byte[] bytes, bool readBytesAsync = true)
Parameters
System.Byte[]
bytes
|
System.Boolean
readBytesAsync
|
Properties
Bytes
Declaration
public byte[] Bytes { get; set; }
Property Value
System.Byte[]
|
IsImportAsync
Declaration
public bool IsImportAsync { get; set; }
Property Value
System.Boolean
|
Operators
Implicit(Byte[] to ByteArrayDocumentSource)
Declaration
public static implicit operator ByteArrayDocumentSource(byte[] bytes)
Parameters
System.Byte[]
bytes
|
Returns
ByteArrayDocumentSource
|