ISOPictureWriteToFile Method |
Write picture to a file. Supports GIF, JPG, BMP formats.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid WriteToFile(
string path
)
Sub WriteToFile (
path As String
)
Dim instance As ISOPicture
Dim path As String
instance.WriteToFile(path)
void WriteToFile(
[InAttribute] String^ path
)
Parameters
- path
- Type: SystemString
See Also