Search Results for

    Show / Hide Table of Contents

    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 Source

    Blob

    Gets or sets the blob to show

    Declaration
    public byte[] Blob { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx