Class IntegratedDocumentViewer
Integrated document viewer, appears as a Rad-Pane
Implements
Inherited Members
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class IntegratedDocumentViewer : DefaultRadPane, IDocumentViewer
Constructors
| Improve this Doc View SourceIntegratedDocumentViewer()
Create integrated viewer instance
Declaration
public IntegratedDocumentViewer()
Methods
| Improve this Doc View SourceShow(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 |
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 |