for GdPicture.NET
XtractFlow.API.Events Namespace / BeforeFieldsExtractionArgs Class / Cancel Property



In This Topic

    Cancel Property (BeforeFieldsExtractionArgs)

    In This Topic
    Specifies if the fields extraction must be cancelled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As BeforeFieldsExtractionArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    public:
    property bool Cancel {
       bool get();
       void set (    bool value);
    }

    Property Value

    Default value is false.
    See Also