Method ViewDocumentAsync
ViewDocumentAsync(Int32, Nullable<Level>, Nullable<Boolean>)
Displays a document on the device.
Declaration
Task<bool> ViewDocumentAsync(int pageNumber, Level? zoomLevel = default(Level? ), bool? startSignatureButtonEnabled = default(bool? ))
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageNumber | The page number. |
System.Nullable<Level> | zoomLevel | The desired zoom level. |
System.Nullable<System.Boolean> | startSignatureButtonEnabled | Whether the start signature button shall be enabled or disabled. Pass null to keep the current configuration. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | The returned task results in false in case of error. |