Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanRealizeRedaction Property |
public virtual bool CanRealizeRedaction {get;}
'Declaration
Public Overridable ReadOnly Property CanRealizeRedaction As Boolean
public virtual bool CanRealizeRedaction {get;}
@property (nonatomic,readonly) BOOL canRealizeRedaction;
public boolean canRealizeRedaction()
get_CanRealizeRedaction();
This property will determine whether the object currently being edited (selected) is an AnnRedactionObject.
Use the RealizeRedaction method to realize the AnnRedactionObject object currently being edited (selected).
For an example, refer to RealizeRedaction.