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; }
public boolean getSaveEmbeddedImage();
public abstract void setSaveEmbeddedImage(
boolean booleanValue
);
Public Property SaveEmbeddedImage() As Boolean
Get
Set
public:
property bool SaveEmbeddedImage
{
bool get()
void set(bool value)
}
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document