ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Redaction Property




In This Topic
    Redaction Property
    In This Topic
    Gets or sets a Redaction mark to be used as a template when creating Redaction marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Redaction As ImGearARTRedaction
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTRedaction
     
    instance.Redaction = value
     
    value = instance.Redaction
    public ImGearARTRedaction Redaction {get; set;}
    public: __property ImGearARTRedaction* get_Redaction();
    public: __property void set_Redaction( 
       ImGearARTRedaction* value
    );
    public:
    property ImGearARTRedaction^ Redaction {
       ImGearARTRedaction^ get();
       void set (    ImGearARTRedaction^ value);
    }

    Property Value

    ImGearARTRedaction value.
    See Also