CodePDF417UtilAspectRatio Property
|
Gets or Sets the ratio of the height to the overall width.
Namespace:
Zebra.Sdk.Card.Graphics.Barcode
Assembly:
SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax double AspectRatio { get; set; }
Property AspectRatio As Double
Get
Set
property double AspectRatio {
double get ();
void set (double value);
}
Property Value
Type:
DoubleExceptions Remarks Range is 0 to 1.
See Also