FormSuite v6.0 - Updated
OutputAlignedFormImage Property




Accusoft.FormsAPI.Net Assembly > 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
'Declaration
 
Public Property OutputAlignedFormImage As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
instance.OutputAlignedFormImage = value
 
value = instance.OutputAlignedFormImage
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);
}
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

Is this page helpful?
Yes No
Thanks for your feedback.