DocumentLibrary Class

Namespace: id3.Document

Definition

Initializes the SDK library.
class DocumentLibrary
class DocumentLibrary
public static partial class DocumentLibrary
public class DocumentLibrary
public class DocumentLibrary

Static Methods

Name

Description

getLoadedDocumentTemplate

Returns the name of all loaded document templates.

getVersion

Retrieves the library version as a ‘X.Y.Z’ formatted string.

getVersionEx

Retrieves the library version as a structure.

loadDocumentTemplate

Loads the specified document template from a file.

loadDocumentTemplateBuffer

Loads a document template from a data buffer.

loadModel

Loads a model into memory from the specified directory.

loadModelBuffer

Loads a model into memory from the specified buffer.

unloadDocumentTemplate

Unloads a document template.

unloadModel

Unloads a model from memory.