BarcodeSettingsXResolution Property |
Gets or sets the horizontal 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: 20.3
Syntaxpublic float XResolution { get; set; }
Public Property XResolution As Single
Get
Set
public:
virtual property float XResolution {
float get () sealed;
void set (float value) sealed;
}
abstract XResolution : float32 with get, set
override XResolution : float32 with get, set
Property Value
Type:
Single
See Also