IDocumentLoader Interface

Provides read only access to the loader of the documents.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.74.9654.0
C#
public interface IDocumentLoader

Methods

OpenFile(String) Open file of the supported format given by fullFileName.
OpenFile(Stream, String) Open file of the supported format given by stream.

See Also