[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.IDocumentLoader

IDocumentLoader Interface

Defines the interface for loading documents.

Namespace: GrapeCity.Viewer.Common
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public interface IDocumentLoader
Remarks

Implementations of this interface are responsible for loading documents from various sources, such as files or streams, into a format that can be used by the application. The interface also provides access to the format of the document being loaded.

Properties

Name Description
DocumentFormat

Gets the format of the document being loaded.

Methods

Name Description
Load(ILoadableFromFileAndStream)

Loads a document from a specified source.