Accusoft.Forms1 - Updated
OutputAlignedFormImage Property



Accusoft.Forms Namespace > Processor Class : OutputAlignedFormImage Property
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 Property OutputAlignedFormImage As Boolean
Dim instance As Processor
Dim value As Boolean
 
instance.OutputAlignedFormImage = value
 
value = instance.OutputAlignedFormImage
public bool OutputAlignedFormImage {get; set;}
public:
property bool OutputAlignedFormImage {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false.

Creating an aligned version of the entire input form image is not necessary to complete most processing tasks. Disabling the creation of this image when it is not necessary will increase processing speed, however this property is exposed so that you can optionally create the image if your business logic requires it.

This property is exposed so that you can limit unnecessary processing and the memory footprint of the result objects produced by the processor object.

See Also

Reference

Processor Class
Processor Members