Accusoft.NotateXpress13.Net
Fixed Property (Element)




Gets and sets whether an annotation has a fixed position with respect to the control window.
Syntax
'Declaration
 
Public Property Fixed As Boolean
'Usage
 
Dim instance As Element
Dim value As Boolean
 
instance.Fixed = value
 
value = instance.Fixed
public bool Fixed {get; set;}
public: __property bool get_Fixed();
public: __property void set_Fixed( 
   bool value
);
public:
property bool Fixed {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to fix an annotation to the window. Otherwise, false is returned.
Remarks

The default value is false.

A fixed annotation object has a fixed position with respect to the control window, regardless of the position of the image within the window. This is useful when viewing medical images, to ensure that annotations such as patient information are stationary in the view window when the image is navigated.

Note: When a fixed annotation is created outside of the current view, the user will never be able to see it.

If the scrollbars are on when the fixed annotation is created, factor in the position to be able to get back to the fixed annotation in the view.

For example: NotateXpress.ElementSetBoundingRect e, ImagXpress.ScrollX + 10, ImagXpress.ScrollY + 10, ImagXpress.ScrollX + 800, ImagXpress.ScrollY + 100

See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback