BarcodeSettingsResolution Property |
Gets or sets the horizontal and vertical resolution of a barcode image being generated. Measured in dots
per inch. The default value is 96.
Namespace:
GroupDocs.Assembly
Assembly:
GroupDocs.Assembly (in GroupDocs.Assembly.dll) Version: 22.2
Syntaxpublic float Resolution { get; set; }
Public Property Resolution As Single
Get
Set
public:
virtual property float Resolution {
float get () sealed;
void set (float value) sealed;
}
abstract Resolution : float32 with get, set
override Resolution : float32 with get, set
Property Value
Type:
Single
See Also