MBEncodedSignatureImageResult

@protocol MBEncodedSignatureImageResult

@required

/**
 * JPEG-encoded image of the signature from the document. Available only if enabled with `MBEncodeSignatureImage encodeSignatureImage` property.
 */
@property (nonatomic, readonly, nullable) NSData* encodedSignatureImage;

@end

Undocumented

  • JPEG-encoded image of the signature from the document. Available only if enabled with MBEncodeSignatureImage encodeSignatureImage property.

    Declaration

    Objective-C

    @required
    @property (readonly, nonatomic, nullable) NSData *encodedSignatureImage;

    Swift

    var encodedSignatureImage: UnsafeMutablePointer<Int32>? { get }