Gets or sets a value indicating whether an aligned image of the entire form will be contained in the
FormResult produced by the
ProcessImage(Image) or
ProcessImageParallel method.
Syntax
public bool OutputAlignedFormImage {get; set;}
public: __property bool get_OutputAlignedFormImage();
public: __property void set_OutputAlignedFormImage(
bool value
);
public:
property bool OutputAlignedFormImage {
bool get();
void set ( bool value);
}
'Declaration
Public Property OutputAlignedFormImage As Boolean
'Usage
Dim instance As Processor
Dim value As Boolean
instance.OutputAlignedFormImage = value
value = instance.OutputAlignedFormImage
See Also