Determines whether the barcode's image is stored through its binary data or through a file reference. By default a barcode's image is stored with its binary data.
public ImageSaveMode SaveMode { get; set; }Public Property SaveMode() As ImageSaveMode| Member | Description |
|---|---|
| Auto | The image is saved as specified with the Save |
| Save |
The image is saved in a Text Control document with its complete binary data. |
| Save |
The image is saved in a Text Control document through a file reference. The technical article Loading and Saving Images describes where newly created image files are stored. |