getContainers Method

Summary

Returns a collection of DocumentFormFieldsContainer.

Syntax

TypeScript
JavaScript
DocumentViewerFormFields.prototype.getContainers = function( 
	createEmpty  
) 
getContainers( createEmpty : boolean): lt.Document.DocumentFormFieldsContainer[]; 

Parameters

createEmpty

true to create and return an empty LEADTOOLS form fields container if the page does not have one originally;

otherwise, false to return null if the page does not have an original container.

Return Value

An array of DocumentFormFieldsContainer objects for each page. The array can contain any number of containers and in any order.

To determine the page number use DocumentFormFieldsContainer.pageNumber.

Requirements

Target Platforms

See Also

DocumentViewerFormFields

DocumentViewerFormFields Members

lt.Document.Viewer Namespace

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

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.