MarginalPosition Enumeration

Summary

Represents which page the marginal should be used on.

Syntax

TypeScript
JavaScript
lt.Document.Editor.MarginalPosition { 
   odd: 0, 
   even: 1, 
   firstPage: 2, 
   custom: 3 
} 
lt.Document.Editor.MarginalPosition { 
   odd: 0, 
   even: 1, 
   firstPage: 2, 
   custom: 3 
} 

Members

Value Member Description
0 odd This marginal should only be used on odd pages.
1 even This marginal should only be used on even pages.
2 firstPage This marginal should only be used on the first page.
3 custom This is a custom marginal, position interpretation is up to the user.

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.