←Select platform

SupportsFixed Property

Summary

true if this AnnObject can be fixed; false otherwise

Syntax

C#
VB
C++
public override bool SupportsFixed { get; } 
  
Public Overrides ReadOnly Property SupportsFixed As Boolean 
public: 
property bool SupportsFixed { 
   bool get() override; 
} 

Property Value

true if this AnnObject can be fixed; false otherwise

Remarks

This AnnRedactionObject 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, refer to PushFixedState, SetFixedState and FixedState.

Example

For an example, refer to AnnObject.SupportsFixed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly