Leadtools.Documents Namespace > DocumentConverterJobData Object : Annotations Property |
get_annotations();
set_annotations(value);
Object.defineProperty('annotations');
Type | Description |
---|---|
string | Optional extra annotations to use by this conversion. Default value is null. |
Annotations can contain the optional extra annotations to be used in the conversion for one or more pages. The value must be one or more AnnContainer objects serialized as string using AnnCodecs.Save or AnnCodecs.SaveAll.
Refer to AnnotationsMode for more information.