Gets or sets a value that determines whether barcode drawing should use device-specific pixel settings during rendering. Default value is false.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public bool SnapsToDevicePixels { get; set; }
public bool SnapsToDevicePixels { get; set; }
Public Property SnapsToDevicePixels As Boolean
Get
Set
Public Property SnapsToDevicePixels As Boolean
Get
Set
public:
property bool SnapsToDevicePixels {
bool get ();
void set (bool value);
}
public:
property bool SnapsToDevicePixels {
bool get ();
void set (bool value);
}
member SnapsToDevicePixels : bool with get, set
member SnapsToDevicePixels : bool with get, set
Property Value
Type:
Boolean