Method UploadContinuousScrollTile
UploadContinuousScrollTile(String, Int32, Int32, Int32)
Reads an image from a file and uploads it as a continuous scroll tile.
Declaration
Error UploadContinuousScrollTile(string imagePath, int tileNumber, int pageNumber, int numberOfTiles)
Parameters
Type | Name | Description |
---|---|---|
System.String | imagePath | The file to read from. |
System.Int32 | tileNumber | The tile number. |
System.Int32 | pageNumber | The page number. |
System.Int32 | numberOfTiles | Changes the total number of tiles. |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
To be used in conjunction with SetContinuousScrollMode(Int32, Int32, Int32, Int32, String, Int32, Int32).
UploadContinuousScrollTile(Bitmap, Int32, Int32, Int32)
Uploads an image as a continuous scroll tile.
Declaration
Error UploadContinuousScrollTile(Bitmap image, int tileNumber, int pageNumber, int numberOfTiles)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Bitmap | image | The image to upload. |
System.Int32 | tileNumber | The tile number. |
System.Int32 | pageNumber | The page number. |
System.Int32 | numberOfTiles | Changes the total number of tiles. |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
To be used in conjunction with SetContinuousScrollMode(Int32, Int32, Int32, Int32, String, Int32, Int32).