Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services Namespace > IDICOMQuery Interface : PreCompressedImageExists Method |
PreCompressedImageTypes PreCompressedImageExists( string sopInstanceUID, int imageWidth, int imageHeight, string mimeType, int bitsPerPixel, int qualityFactor )
'Declaration Function PreCompressedImageExists( _ ByVal sopInstanceUID As String, _ ByVal imageWidth As Integer, _ ByVal imageHeight As Integer, _ ByVal mimeType As String, _ ByVal bitsPerPixel As Integer, _ ByVal qualityFactor As Integer _ ) As PreCompressedImageTypes
'Usage Dim instance As IDICOMQuery Dim sopInstanceUID As String Dim imageWidth As Integer Dim imageHeight As Integer Dim mimeType As String Dim bitsPerPixel As Integer Dim qualityFactor As Integer Dim value As PreCompressedImageTypes value = instance.PreCompressedImageExists(sopInstanceUID, imageWidth, imageHeight, mimeType, bitsPerPixel, qualityFactor)
PreCompressedImageTypes PreCompressedImageExists( String^ sopInstanceUID, int imageWidth, int imageHeight, String^ mimeType, int bitsPerPixel, int qualityFactor )
This method is to support the plug-ins architecture on the server side. It's not intended to be exposed on the WCF service.