ShowSignatureCaptureRequest
public class ShowSignatureCaptureRequest : CustomStringConvertible
Ecr show signature capture request.
-
Create show signature capture request.
Declaration
Swift
public init()
-
Create copy of show signature capture request.
Declaration
Swift
public init(request: ShowSignatureCaptureRequest)
-
Brand bar. Used if brand mode is {@link BrandMode#SELECTED}.
Declaration
Swift
public var brandBar: [CBrandBarBrand]
-
Brand mode.
Declaration
Swift
public var brandMode: CBrandMode
-
Background color.
Declaration
Swift
public var backgroundColor: UIColor
-
Image file format to use.
Declaration
Swift
public var imageFileFormat: CImageFileFormat
-
Image file width in pixels.
Declaration
Swift
public var imageFileWidth: Int
-
Image file height in pixels.
Declaration
Swift
public var imageFileHeight: Int
-
Resource identifier.
Declaration
Swift
public var resourceId: CResourceId
-
Signature color.
Declaration
Swift
public var signatureColor: UIColor
-
Theme.
Declaration
Swift
public var theme: CTheme
-
Timeout in seconds.
Declaration
Swift
public var timeout: UInt
-
Language. Can be null if not set.
Declaration
Swift
public var language: String?
-
Watermark color.
Declaration
Swift
public var watermarkColor: UIColor
-
List of watermark items.
Declaration
Swift
public var watermarkItems: [String]
-
Textual representation.
Declaration
Swift
public var description: String { get }