Search Results for

    Show / Hide Table of Contents

    Class IntegratedDocumentViewer

    Integrated document viewer, appears as a Rad-Pane

    Inheritance
    System.Object
    DefaultRadPane
    IntegratedDocumentViewer
    Implements
    IDocumentViewer
    Inherited Members
    DefaultRadPane.Closed
    DefaultRadPane.Closing
    DefaultRadPane.Close()
    DefaultRadPane.OnClosing(CancelEventArgs)
    DefaultRadPane.OnClosed(EventArgs)
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class IntegratedDocumentViewer : DefaultRadPane, IDocumentViewer

    Constructors

    | Improve this Doc View Source

    IntegratedDocumentViewer()

    Create integrated viewer instance

    Declaration
    public IntegratedDocumentViewer()

    Methods

    | Improve this Doc View Source

    Show(Byte[], String, Byte[])

    Show a blob in the current viewer instance

    Declaration
    public void Show(byte[] blob, string fileType, byte[] original)
    Parameters
    Type Name Description
    System.Byte[] blob

    Blob

    System.String fileType

    File-Type

    System.Byte[] original
    | Improve this Doc View Source

    Show(Byte[], String, Guid, String, Byte[])

    Show a blob in the current viewer instance

    Declaration
    public void Show(byte[] blob, string fileType, Guid blobId, string viewername, byte[] originalDocument = null)
    Parameters
    Type Name Description
    System.Byte[] blob

    Blob

    System.String fileType

    File-Type

    System.Guid blobId

    Blob id

    System.String viewername
    System.Byte[] originalDocument

    Implements

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