Indicates the restriction mode of AnnLabel objects.
lt.Annotations.Core.AnnLabelRestriction = {
None: 0x00000000,
RestrictToContainer: 0x00000001,
RestrictToObjectBounds: 0x00000002,
RestrictToUserRect: 0x00000004
}
lt.Annotations.Core.AnnLabelRestriction = {
None: 0x00000000,
RestrictToContainer: 0x00000001,
RestrictToObjectBounds: 0x00000002,
RestrictToUserRect: 0x00000004
}
Members
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET