Method SetContinuousScrollTileNumber
SetContinuousScrollTileNumber(Int32, Int32, Int32)
Sets the continuous scroll tile number in the continuous scroll mode.
Declaration
Error SetContinuousScrollTileNumber(int tileNumber, int numberOfTiles, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tileNumber | The tile number. |
System.Int32 | numberOfTiles | The maximum Tile number. |
System.Int32 | offset | The offset |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
For documents to be shown through the continuous scroll mode,
there must be a known relation between tileNumber
and RequestedNumber when IsPageNumber is true.
This relation depends on the document to be displayed.
In the simplest case the tileNumber
is a multiple of the page number.
In general the relation can be more complicated and the signature device cannot know it,
hence it has to be set with this function.
Examples
See SetContinuousScrollMode(Int32, Int32, Int32, Int32, String, Int32, Int32).