Prizm Content Connect
GetTile Method






scale value from greater then 0 to less than or equal to 1.0.
Horizontal tile start location in pixels.
Vertical tile start location in pixels.
Width of tile in pixels.
Height of tile in pixels.
File type request must be for jpeg or png only.
Returns raster formatted jpeg or png tiles.
Syntax
'Declaration
 
Public Function GetTile( _
   ByVal scale As System.Double, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal requestedFileType As System.String _
) As System.IO.Stream
'Usage
 
Dim instance As Page
Dim scale As System.Double
Dim x As System.Integer
Dim y As System.Integer
Dim width As System.Integer
Dim height As System.Integer
Dim requestedFileType As System.String
Dim value As System.IO.Stream
 
value = instance.GetTile(scale, x, y, width, height, requestedFileType)
public System.IO.Stream GetTile( 
   System.double scale,
   System.int x,
   System.int y,
   System.int width,
   System.int height,
   System.string requestedFileType
)
public function GetTile( 
    scale: System.Double;
    x: System.Integer;
    y: System.Integer;
    width: System.Integer;
    height: System.Integer;
    requestedFileType: System.String
): System.IO.Stream; 
public function GetTile( 
   scale : System.double,
   x : System.int,
   y : System.int,
   width : System.int,
   height : System.int,
   requestedFileType : System.String
) : System.IO.Stream;
public: System.IO.Stream* GetTile( 
   System.double scale,
   System.int x,
   System.int y,
   System.int width,
   System.int height,
   System.string* requestedFileType
) 
public:
System.IO.Stream^ GetTile( 
   System.double scale,
   System.int x,
   System.int y,
   System.int width,
   System.int height,
   System.String^ requestedFileType
) 

Parameters

scale
scale value from greater then 0 to less than or equal to 1.0.
x
Horizontal tile start location in pixels.
y
Vertical tile start location in pixels.
width
Width of tile in pixels.
height
Height of tile in pixels.
requestedFileType
File type request must be for jpeg or png only.

Return Value

Returns formatted data image tile.
See Also

Reference

Page Class
Page Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback