'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;}
'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;}
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.