BaseGenerationParameters.Resolution

BaseGenerationParameters.Resolution property

Gets or sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi.

public float Resolution { get; set; }

Exceptions

exceptioncondition
ArgumentExceptionThe Resolution parameter value is less than or equal to 0.

See Also