Gets or sets the maximum resolution in dots per inch in which the barcode's image is saved. If this property's value is zero, which is the default value, Text Control uses the resolution value set with the SaveSettings.ImageMaxResolution property.

Syntax

public int ExportResolution { get; set; }
Public Property ExportResolution() As Integer