ActiveRegion Enumeration

Summary

Describes the current region in the active document.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ActiveRegion { 
   body: 0, 
   header: 1, 
   footer: 2 
} 
lt.Document.Editor.ActiveRegion { 
   body: 0, 
   header: 1, 
   footer: 2 
} 

Members

Value Member Description
0 body The main body of the document is active.
1 header The header for the document is active.
2 footer The footer for the document is active.

Requirements

Target Platforms

See Also

Leadtools.Document.Editor 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.Editor Assembly

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