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 > ISaneService Interface : DeletePage Method |
'Declaration
Sub DeletePage( _ ByVal id As String, _ ByVal pageNumber As Integer, _ ByVal userData As Object _ )
'Usage
Dim instance As ISaneService Dim id As String Dim pageNumber As Integer Dim userData As Object instance.DeletePage(id, pageNumber, userData)
public void deletePage(String id, int pageNumber, Object userData)