←Select platform

SaveEmbeddedImage Property

Summary

Indicates whether to save the RasterImage objects in this form embedded in the binary data saved to the stream using IForm.Save.

Syntax
C#
C++/CLI
Java
Python
public bool SaveEmbeddedImage { get; set; } 
public boolean getSaveEmbeddedImage(); 
public abstract void setSaveEmbeddedImage( 
   boolean booleanValue 
); 
public:  
   property bool SaveEmbeddedImage 
   { 
      bool get() 
      void set(bool value) 
   } 
SaveEmbeddedImage # get and set (IRecognitionForm) 

Property Value

true to save the RasterImage objects embedded in the binary data; otherwise, false. The default value is false.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.