GSKResizeConfiguration

Objective-C

@interface GSKResizeConfiguration : NSObject

Swift

class GSKResizeConfiguration : NSObject

A GSKResizeConfiguration defines the behavior of a GSKScanProcessor when resizing the processed image.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithMaxDimension:(NSUInteger)maxDimension;

    Swift

    init(maxDimension: UInt)
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSUInteger maxDimension

    Swift

    var maxDimension: UInt { get }