'Declaration
Function SaveToByteArray( _ ByVal format As INFileFormat _ ) As System.Byte()
'Usage
Dim instance As INImage Dim format As INFileFormat Dim value() As System.Byte value = instance.SaveToByteArray(format)
System.byte[] SaveToByteArray( INFileFormat format )
Parameters
- format