Interface IDocumentContainer
core interface for documents used by the MultiDocumentViewer to display the document container's content
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public interface IDocumentContainer
  Properties
| Improve this Doc View SourceDocumentData
the loaded document data
Declaration
byte[] DocumentData { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
Extension
documentData's file extension
Declaration
string Extension { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsLoaded
flag indicating the loaded state of the document (data)
Declaration
bool IsLoaded { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
PageCount
page count of DocumentData
Declaration
int PageCount { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
| Improve this Doc View SourceLoad()
forces the container to load its content
Declaration
void Load()