'Declaration Public Overloads Function GetTileId( _
ByVal fileIdA file identifier.As String, _
ByVal pageIndexA zero-based image index in source image file.As Integer, _
ByVal tileLocationPosition, in pixels, of image tile on source image.As System.Drawing.PointF, _
ByVal tileSizeSize, in pixels, of image tile. Can be get using the WebImageViewerJS.get_TileWidth and WebImageViewerJS.get_TileHeight functions.As System.Drawing.Size, _
ByVal scaleScale in image viewer.As System.Drawing.PointF, _
ByVal renderingSettingsRendering settings.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal encoderThe encoder, which should be used for encoding the image tile.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
) As String
public string GetTileId(
string fileId,
int pageIndex,
System.Drawing.PointF tileLocation,
System.Drawing.Size tileSize,
System.Drawing.PointF scale,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
public: string* GetTileId(
string* fileId,
int pageIndex,
System.Drawing.PointF* tileLocation,
System.Drawing.Size* tileSize,
System.Drawing.PointF* scale,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
public:
string^ GetTileId(
string^ fileId,
int pageIndex,
System.Drawing.PointF^ tileLocation,
System.Drawing.Size^ tileSize,
System.Drawing.PointF^ scale,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
Parameters
- fileId
- A file identifier.
- pageIndex
- A zero-based image index in source image file.
- tileLocation
- Position, in pixels, of image tile on source image.
- tileSize
- Size, in pixels, of image tile. Can be get using the WebImageViewerJS.get_TileWidth and WebImageViewerJS.get_TileHeight functions.
- scale
- Scale in image viewer.
- renderingSettings
- Rendering settings.
- encoder
- The encoder, which should be used for encoding the image tile.
Return Value
Tile identifier.