BarcodeSettingsXResolution Property |
Note: This API is now obsolete.
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: 22.2
Syntax[ObsoleteAttribute("Use the Resolution property for both horizontal and vertical resolution.")]
public float XResolution { get; set; }
<ObsoleteAttribute("Use the Resolution property for both horizontal and vertical resolution.")>
Public Property XResolution As Single
Get
Set
public:
[ObsoleteAttribute(L"Use the Resolution property for both horizontal and vertical resolution.")]
property float XResolution {
float get ();
void set (float value);
}
[<ObsoleteAttribute("Use the Resolution property for both horizontal and vertical resolution.")>]
member XResolution : float32 with get, set
Property Value
Type:
Single
See Also