Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

Skip Property






Indicates whether the operation should be skipped for the current page.
Syntax
public bool Skip {get; set;}
'Declaration
 
Public Property Skip As Boolean
'Usage
 
Dim instance As PageImageProcessingEventArgs
Dim value As Boolean
 
instance.Skip = value
 
value = instance.Skip

            

            
public:
property bool Skip {
   bool get();
   void set (    bool value);
}

Property Value

true if the operation should be skipped for the current page; otherwise, false. Default value is false.
Requirements

Target Platforms

See Also

Reference

PageImageProcessingEventArgs Class
PageImageProcessingEventArgs Members

Error processing SSI file