Class ShowBlobPreviewEventArgs
Arguments that are required for showing a document in the document viewer.
Inheritance
System.Object
ShowBlobPreviewEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio.UI.Event
Assembly: Simplic.Studio.UI.dll
Syntax
public class ShowBlobPreviewEventArgs
Properties
| Improve this Doc View SourceBlob
Gets or sets the blob to show
Declaration
public byte[] Blob { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FileExtension
Gets or sets the extension of the actual blob
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Examples
.txt .pdf .docx