Gets or sets a value that indicates whether the pointer of this AnnTextPointerObject object is fixed.
public bool FixedPointer { get; set; }
Public Property FixedPointer As Boolean
@property (nonatomic) BOOL fixedPointer;
public boolean getFixedPointer()
public void setFixedPointer(boolean fixed)
public:
property bool FixedPointer
{
bool get()
void set(bool value)
}
true if the pointer of this AnnTextPointerObject object is fixed; otherwise, it is false
The position of the pointer is given in the PointerPosition property. The FixedPointer property determines what happens to the pointer when this AnnTextPointerObject object is transformed.
For example, if the FixedPointer property is false, and this AnnTextPointerObject object gets translated by 10 pixels in both the X and Y directions, the PointerPosition value will be translated by 10 pixels in each direction as well.
However, if the FixedPointer property is true, any transformation on the object itself will not affect the PointerPosition value.
For more information, refer to Using Text In Annotation Objects.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document