true if this AnnObject can be fixed; false otherwise
public override bool SupportsFixed { get; }
Public Overrides ReadOnly Property SupportsFixed As Boolean
public:
property bool SupportsFixed {
bool get() override;
}
true if this AnnObject can be fixed; false otherwise
This AnnEncryptObject property overrides the base AnnObject.SupportsFixed property to return false. Fixed annotations are independent of the Transform. The result is that they do not scroll or move with the underlying image. For more information, see AnnObject.PushFixedState, AnnObject.SetFixedState and AnnObject.FixedState. For more information on fixed annotation objects, refer to Fixed Annotations (Deprecated).
For an example, refer to AnnObject.SupportsFixed.
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