Companion

object Companion

Companion object providing factory methods for creating SignatureGraphic instances.

Properties

Link copied to clipboard

Parcelable creator for reconstructing SignatureGraphic objects from a Parcel.

Functions

Link copied to clipboard
fun fromBitmap(dataProvider: ERROR CLASS: Symbol not found for DataProvider): SignatureGraphic

Creates a new SignatureGraphic from the image contained in the given data provider.

Creates a new SignatureGraphic from the image located at the given URI. This method supports file:/// URIs for accessing image files on the local file system, content:// URIs for loading an image from a content provider, and file:///android_asset/ URIs for accessing image files from the app's assets.

Link copied to clipboard

Creates a new SignatureGraphic from the PDF found at the given document source.