Indicates whether to save the RasterImage objects in this form embedded in the binary data saved to the stream using IForm.Save.
public bool SaveEmbeddedImage { get; set; }
true to save the RasterImage objects embedded in the binary data; otherwise, false. The default value is false.
This property can be used to reduce memory overhead of loading all the images in the filled-in forms. If this property is set to false, the user can handle image loading and saving using IRecognitionForm.SavePages and IRecognitionForm.LoadPages.