Click or drag to resize

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 Value

Type: Double
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the specified AspectRatio is invalid.
Remarks
Range is 0 to 1.
See Also