EFStyleImageParamAlignStyle
public enum EFStyleImageParamAlignStyle : CaseIterable
Alignment pattern styles for image-based QR codes.
-
No alignment pattern styling.
Declaration
Swift
case none
-
Rectangular alignment pattern with sharp corners.
Declaration
Swift
case rectangle
-
Circular alignment pattern with rounded corners.
Declaration
Swift
case round
-
Rounded rectangle alignment pattern with soft corners.
Declaration
Swift
case roundedRectangle