Gets or sets the font and pen fixed state of this object.
public AnnFixedStateOperations FixedState { get; set; }
Public Property FixedState As Leadtools.Annotations.AnnFixedStateOperations
public:
property Leadtools.Annotations.AnnFixedStateOperations FixedState {
Leadtools.Annotations.AnnFixedStateOperations get();
void set ( Leadtools.Annotations.AnnFixedStateOperations );
}
One or more combination of the AnnFixedStateOperations enumeration members indicating the font and pen fixed state of the object. Default value is AnnFixedStateOperations.None.
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 (Deprecated).
For an example, refer to AnnFixedStateOperations
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