AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : QueryBufferPtr Method |
The address of the integer which will contain the format of the image in the memory buffer.
This will be one of the IX_ImageType enumerated values.
This method has been deprecated and will be removed from ImagXpress in a future release. Please use QueryBufferPtrV instead. |
Retrieves information about an image that is located in a memory buffer.
Visual Basic |
---|
Public Sub QueryBufferPtr( _ ByRef pBuffer As Byte, _ ByVal nBufferSize As Long, _ ByVal nPageNbr As Long, _ ByRef pnWidth As Long, _ ByRef pnHeight As Long, _ ByRef pnBPP As Integer, _ ByRef pnFormat As Integer, _ ByRef pnResUnits As Integer, _ ByRef pfResX As Double, _ ByRef pfResY As Double _ ) |
The address of the integer which will contain the format of the image in the memory buffer.
This will be one of the IX_ImageType enumerated values.