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 |
---|---|
Returns the name of all loaded document templates. |
|
Retrieves the library version as a ‘X.Y.Z’ formatted string. |
|
Retrieves the library version as a structure. |
|
Loads the specified document template from a file. |
|
Loads a document template from a data buffer. |
|
Loads a model into memory from the specified directory. |
|
Loads a model into memory from the specified buffer. |
|
Unloads a document template. |
|
Unloads a model from memory. |