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.

Syntax

public ImageSaveMode SaveMode { get; set; }
Public Property SaveMode() As ImageSaveMode

Members

Member Description
Auto The image is saved as specified with the SaveSettings.ImageSaveMode property.
SaveAsData The image is saved in a Text Control document with its complete binary data.
SaveAsFileReference 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.