Defines the attribute type in the current editor. Used in ensuring an attribute collection is a specified type for typescript or consistency.
lt.Document.Editor.AttributeType {
empty: 0,
uint32: 1,
uint64: 2,
int32: 3,
int64: 4,
float: 5,
double: 6,
string: 7,
blob: 8,
object: 9,
boolean: 10
}
lt.Document.Editor.AttributeType {
empty: 0,
uint32: 1,
uint64: 2,
int32: 3,
int64: 4,
float: 5,
double: 6,
string: 7,
blob: 8,
object: 9,
boolean: 10
}
Value | Member | Description |
---|---|---|
0 | empty | None |
1 | uint32 | 32-bit unsigned integer. |
2 | uint64 | 64-bit unsigned integer. |
3 | int32 | 32-bit signed integer |
4 | int64 | 64-bit signed integer |
5 | float | 32-bit floating-point value |
6 | double | 64-bit floating-point value |
7 | string | String value |
8 | blob | Blob value |
9 | object | Object value |
10 | boolean | Boolean value |
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document