DocumentPageText Constructor

Summary

Initializes a new instance of DocumentPageText.

Syntax

JavaScript Syntax
DocumentPageText = function(characters) 
TypeScript Syntax
constructor(characters: DocumentCharacter[]); 

Parameters

characters

List of characters to use.

Remarks

This constructor initializes Characters to an empty list ready to be used. The rest of the members of this class are null.

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