Indicates the restriction mode of AnnLabel objects.
lt.Annotations.Engine.AnnLabelRestriction = {
none: 0x00000000,
restrictToContainer: 0x00000001,
restrictToObjectBounds: 0x00000002,
restrictToUserRect: 0x00000004
}
lt.Annotations.Engine.AnnLabelRestriction = {
none: 0x00000000,
restrictToContainer: 0x00000001,
restrictToObjectBounds: 0x00000002,
restrictToUserRect: 0x00000004
}
0x00000000 |
None |
(0) No label restriction. |
0x00000001 |
RestrictToContainer |
(1) Restrict label to the parent container boundary. |
0x00000002 |
RestrictToObjectBounds |
(2) Restrict label to object bounds. |
0x00000004 |
RestrictToUserRect |
(4) Restrict label to the user defined rectangle set in AnnLabel.RestrictionRectangle |
AnnLabelRestriction is the value of AnnLabel.RestrictionMode and is used by RenderLabel when the label is rendered to control if and how to restrict the label into a specified area.
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