LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FixedState Property
See Also 
Leadtools.Annotations Namespace > AnnObject Class : FixedState Property



The FixedState Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the font and pen fixed state of this object.

Syntax

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.

Example

For an example, refer to AnnFixedStateOperations

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features