Search Results for

    Show / Hide Table of Contents

    Class MultiDocumentViewer

    Viewer which can display multiple and different document containers the viewer is capable of loading the containers synchronous or asynchronous in multiple tasks

    Inheritance
    System.Object
    DocumentViewerBase
    MultiDocumentViewer
    ReportPreviewViewer
    Implements
    IDocumentViewer
    IDisposable
    Inherited Members
    DocumentViewerBase.DocumentExtension
    DocumentViewerBase.Extension
    DocumentViewerBase.Viewer
    DocumentViewerBase.DocumentIsLoaded
    DocumentViewerBase.PageNumberChangedProgramatically
    DocumentViewerBase.MailButton
    DocumentViewerBase.SaveButton
    DocumentViewerBase.PrintButton
    DocumentViewerBase.PageChangedEvent
    DocumentViewerBase.Show(Byte[], String, Guid, String, Byte[])
    DocumentViewerBase.Show(Byte[], String, Byte[])
    DocumentViewerBase.Clear()
    DocumentViewerBase.OnPrint()
    DocumentViewerBase.OnSendMail()
    DocumentViewerBase.OnSave()
    DocumentViewerBase.OnPageStart()
    DocumentViewerBase.OnPageEnd()
    DocumentViewerBase.OnPageChanged(Int32, Int32)
    DocumentViewerBase.AfterPageChanged()
    DocumentViewerBase.ShowAnnotationUI()
    DocumentViewerBase.HideAnnotationUI()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class MultiDocumentViewer : DocumentViewerBase, IDocumentViewer

    Constructors

    | Improve this Doc View Source

    MultiDocumentViewer()

    constructor

    Declaration
    public MultiDocumentViewer()

    Properties

    | Improve this Doc View Source

    OriginalDocument

    OriginalDocument is disabled in this viewer

    Declaration
    public override byte[] OriginalDocument { get; protected set; }
    Property Value
    Type Description
    System.Byte[]
    Overrides
    DocumentViewerBase.OriginalDocument
    | Improve this Doc View Source

    PreparedDocument

    PreparedDocument is disabled in this viewer

    Declaration
    public override byte[] PreparedDocument { get; protected set; }
    Property Value
    Type Description
    System.Byte[]
    Overrides
    DocumentViewerBase.PreparedDocument

    Methods

    | Improve this Doc View Source

    AddDocument(IDocumentContainer)

    adds new documents to the viewer

    Declaration
    public virtual void AddDocument(IDocumentContainer docContainer)
    Parameters
    Type Name Description
    IDocumentContainer docContainer
    | Improve this Doc View Source

    CleanUp()

    gets called when the loading of all documents finished, or when the object gets disposed

    Declaration
    protected virtual void CleanUp()
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    LoadContent(IDocumentContainer, Boolean)

    loads the given content container

    Declaration
    protected virtual void LoadContent(IDocumentContainer container, bool forceSync = false)
    Parameters
    Type Name Description
    IDocumentContainer container
    System.Boolean forceSync

    forces a synchronous loading

    | Improve this Doc View Source

    LoadDocuments(Int32)

    loads all documents

    Declaration
    public virtual void LoadDocuments(int tasksToLoad = 1)
    Parameters
    Type Name Description
    System.Int32 tasksToLoad

    sets the amount of task for loading the containers, forces a synchronous if set to 0

    | Improve this Doc View Source

    OnAfterDocumentChange()

    Declaration
    protected override void OnAfterDocumentChange()
    Overrides
    DocumentViewerBase.OnAfterDocumentChange()
    | Improve this Doc View Source

    OnCurrentPageChanged()

    Declaration
    protected override void OnCurrentPageChanged()
    Overrides
    DocumentViewerBase.OnCurrentPageChanged()
    | Improve this Doc View Source

    OnPageLeft()

    Declaration
    protected override void OnPageLeft()
    Overrides
    DocumentViewerBase.OnPageLeft()
    | Improve this Doc View Source

    OnPageRight()

    Declaration
    protected override void OnPageRight()
    Overrides
    DocumentViewerBase.OnPageRight()

    Implements

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