Method SetContinuousScrollTileNumber
SetContinuousScrollTileNumber(Int32, Int32, Int32)
Sets the continuous scroll tile number in the continuous scroll mode.
Declaration
public Error SetContinuousScrollTileNumber(int tileNo, int maxTileNo, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tileNo | |
System.Int32 | maxTileNo | |
System.Int32 | offset | The offset |
Returns
Type | Description |
---|---|
Error | Error |
Implements
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.