Table of Contents

Class CodeCellSizeRatio

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the cell size ratio of a 2D code.

public class CodeCellSizeRatio
Inheritance
CodeCellSizeRatio
Inherited Members

Properties

X

Gets or sets the ratio in X direction in percent.

public double X { get; set; }

Property Value

double

Value must be between 50% and 200%.
Default value is 100%.

Y

Gets or sets the ratio in Y direction in percent.

public double Y { get; set; }

Property Value

double

Value must be between 50% and 200%.
Default value is 100%.