Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.11
|
Leadtools.Sane.Server Namespace > SaneScanningService Class : GetImage Method |
public RasterImage GetImage( string id, int pageNumber )
'Declaration
Public Function GetImage( _ ByVal id As String, _ ByVal pageNumber As Integer _ ) As RasterImage
'Usage
Dim instance As SaneScanningService Dim id As String Dim pageNumber As Integer Dim value As RasterImage value = instance.GetImage(id, pageNumber)
public RasterImage getImage(String id, int pageNumber)
public: RasterImage^ GetImage( String^ id, int pageNumber )