Click or drag to resize

ISysDocumentApi Methods

The ISysDocumentApi type exposes the following members.

Methods
  NameDescription
Public methodLoad
Load the document object by name.
Public methodOpenRead
Open a document for reading.
Public methodOpenWrite
Open a document for reading.
Public methodReadAllBytes
Reads the contents of the file into a byte array.
Public methodReadToStream
Reads the contents of a blob to a stream.
Public methodStore
Stores document with a stream. If the document already exists, it will be overwritten.
Top
See Also