The FixedState Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the font and pen fixed state of this object.Visual Basic (Declaration) | |
---|---|
Public Property FixedState As AnnFixedStateOperations |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnObject Dim value As AnnFixedStateOperations instance.FixedState = value value = instance.FixedState |
C# | |
---|---|
public AnnFixedStateOperations FixedState {get; set;} |
C++/CLI | |
---|---|
public: property AnnFixedStateOperations FixedState { AnnFixedStateOperations get(); void set ( AnnFixedStateOperations value); } |
Property Value
One or more combination of the AnnFixedStateOperations enumeration members indicating the font and pen fixed state of the object. Default value is AnnFixedStateOperations.None.For an example, refer to AnnFixedStateOperations
Use this property to fix an annotation object where any text or pen used to draw it will have a fixed value and will not change when the container is zoomed in or out.
For more information on fixed annotation objects, refer to Fixed Annotations.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7