ObjectContractType Enumeration

Summary

Represents what the type the object is, being either a table or an image.

Syntax

TypeScript
JavaScript
lt.Document.Editor.ObjectContractType { 
   tabs: 0, 
   image: 1 
} 
lt.Document.Editor.ObjectContractType { 
   tabs: 0, 
   image: 1 
} 

Members

Value Member Description
0 tabs The object is a table
1 image The object is an image

Remarks

This is used to ensure that the object's type is either a table or an image, compared to ObjectType which allows these types and more.

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.