LEADTOOLS Annotations (Leadtools.Annotations assembly)

SupportsFixed Property (AnnGroupObject)

Show in webframe





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 AnnGroupObject
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 AnnRedactionObject property overrides the base AnnObject.SupportsFixed property. It:

Returns true if any of the objects in group support the fixed state.

Returns false if no object in the group supports the fixed state.

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 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

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.