annotations Property

Summary

Optional extra annotations to use by this conversion.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentConverterJobData.prototype, 'annotations', 
   get: function(), 
   set: function(value) 
) 
annotations: string; 

Property Value

Optional 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly