annotations Property

Summary

Optional extra annotations to use by this conversion.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'annotations', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly