AVCaptchaRequestOptions Class Reference
Inherits from | AVDynamicObject : NSObject |
---|---|
Declared in | AVCaptcha.h |
width
Width of captcha image, in pixels.
@property (nonatomic, assign) NSInteger width
Discussion
Width of captcha image, in pixels.
Defaults to 85. Minimum is 85, maximum is 200.
Declared In
AVCaptcha.h
height
Height of captcha image, in pixels.
@property (nonatomic, assign) NSInteger height
Discussion
Height of captcha image, in pixels.
Defaults to 30. Minimum is 30, maximum is 100.
Declared In
AVCaptcha.h