Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

AnnLabelRestriction Enumeration






Indicates the restriction mode of AnnLabel objects.
Syntax
public enum AnnLabelRestriction : System.Enum 
'Declaration
 
Public Enum AnnLabelRestriction 
   Inherits System.Enum
public enum AnnLabelRestriction : System.Enum 
typedef enum LTAnnLabelRestriction
public enum AnnLabelRestriction
Leadtools.Annotations.Core.AnnLabelRestriction = function() { };
Leadtools.Annotations.Core.AnnLabelRestriction.prototype = {
None = 0x00000000, RestrictToContainer = 0x00000001, RestrictToObjectBounds = 0x00000002, RestrictToUserRect = 0x00000004, };
Members
ValueMemberDescription
0x00000000None No label restriction.
0x00000001RestrictToContainer Restrict label to the parent container boundary.
0x00000002RestrictToObjectBounds Restrict label to object bounds.
0x00000004RestrictToUserRect Restirct label to the user defined rectangle set in AnnLabel.RestrictionRectangle
Remarks

AnnLabelRestriction is the value of AnnLabel.RestrictionMode and is used by IAnnLabelRenderer.RenderLabel when the label is rendered to control if and how to restrict the label into a specified area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.Core.AnnLabelRestriction

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features