Enum Flip
Specifies the axis used to flip the image.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum Flip
Fields
Name | Description |
---|---|
None | Specifies no flipping. |
X | Specifies a horizontal flip. |
XY | Specifies a horizontal and vertical flip. |
Y | Specifies a vertical flip. |