Gets or sets a value indicating whether intermediate images of fields that were generated while processing the fields will be contained in the
FieldResults produced by the
ProcessImage(Image) or
ProcessImageParallel method.
Syntax
public bool OutputIntermediateFieldImages {get; set;}
public: __property bool get_OutputIntermediateFieldImages();
public: __property void set_OutputIntermediateFieldImages(
bool value
);
public:
property bool OutputIntermediateFieldImages {
bool get();
void set ( bool value);
}
'Declaration
Public Property OutputIntermediateFieldImages As Boolean
'Usage
Dim instance As Processor
Dim value As Boolean
instance.OutputIntermediateFieldImages = value
value = instance.OutputIntermediateFieldImages
See Also