←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#
VB
C++
Java
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) 
   } 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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