Indicates whether the operation should be skipped for the current page.
public bool Skip {get; set;}
'Declaration
Public Property Skip As Boolean
'Usage
Dim instance As PageImageProcessingEvent
Dim value As Boolean
instance.Skip = value
value = instance.Skip
public boolean getSkip()
public void setSkip(boolean newValue)
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. The default value is
false.