Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Annotations Property (DocumentConverterJobData)

Show in webframe
Optional extra annotations to use by this conversion.
Syntax
get_annotations();
set_annotations(value);
Object.defineProperty('annotations');

Property Value

TypeDescription
stringOptional extra annotations to use by this conversion. Default value is null.
Remarks

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.

See Also

Reference

DocumentConverterJobData Object
DocumentConverterJobData Members

Error processing SSI file