public virtual bool CanRealizeRedaction {get;}
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.