Search Results for

    Show / Hide Table of Contents

    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 Source

    DocumentData

    the loaded document data

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

    Extension

    documentData's file extension

    Declaration
    string Extension { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsLoaded

    flag indicating the loaded state of the document (data)

    Declaration
    bool IsLoaded { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PageCount

    page count of DocumentData

    Declaration
    int PageCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Load()

    forces the container to load its content

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