The following tables list the members exposed by AnnCodecs.
Name | Description | |
---|---|---|
AnnCodecs Constructor | Initializes a new instance of an AnnCodecs object. |
Name | Description | |
---|---|---|
DeserializeOptions | Gets or sets the options to use when loading annotation objects. | |
LoadSourceResolution | Gets or sets the source resolution to use when loading annotation containers. | |
LoadTargetResolution | Gets or sets the target resolution to use when loading annotation containers. | |
LoadUseDpi | Gets or sets a value that indicate whether to use the target resolution during load. | |
SerializeOptions | Gets or sets the options to use when saving annotation objects. |
Name | Description | |
---|---|---|
GetInfo | Gets information about the specified annotation xml data. | |
GetInfoFromXmlDocument | Gets information about the specified annotation xml document. | |
Load | Loads an annotation container from the specified xml data. | |
LoadAll | Loads all the annotation containers from the specified XML data containing a multi-page annotation file. | |
LoadFromXmlDocument | Loads an annotation container from the specified xml document. | |
Save | Saves an annotation container to xml data. | |
SaveAll | Saves an array of annotation containers to xml data. | |
SaveLayer | Saves an annotation layer to xml data. |