Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

SupportsFixed Property (AnnEncryptObject)






true if this AnnObject can be fixed; false otherwise
Syntax
public override bool SupportsFixed {get;}
'Declaration
 
Public Overrides ReadOnly Property SupportsFixed As Boolean
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Boolean
 
value = instance.SupportsFixed

            

            
public:
property bool SupportsFixed {
   bool get() override;
}

Property Value

true if this AnnObject can be fixed; false otherwise
Remarks
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.

Example
For an example, refer to AnnObject.SupportsFixed.
Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)