Accusoft.NotateXpress13.Net
Fixed Property (BaseToolbarDefaults)




Gets and sets whether an element is tied to the view instead of the image.
Syntax
'Declaration
 
Public Property Fixed As Boolean
'Usage
 
Dim instance As BaseToolbarDefaults
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 for the annotation to be fixed. Otherwise, false is returned.
Remarks

The default value is false.

The Fixed attribute of an annotation object determines whether or not an object is tied to the viewer instead of the image. This can be used in cases where you want information always floating above the image, instead of tied to it. For example, a medical image where you always want the patient name displayed.

Note: Fixed annotations are 'locked'to the view (the part of the image that is displayed in the current window), not the entire image. 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

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback