RDOPicture object

 

RDOPicture object represents a graphics file (JPEG, BMP, GIF, ICO, TIFF).

 

Returned by:

RDOSocialConnector.SocialNertwokIcon

RDOSocialPerson.Picture

 

Properties

Methods

 


Derived from: IDispatch


Properties


AsArray
Array of byte, read-only. Returns the picture data as an array of byte.
 
AsFile
String, read-only. Return the file name where the image is stored.
Note: the file is temporary and will be deleted when the parent RDOPicture object is released.
 
AsStream
IStream, read-only. Returns image adatas an IStream COM interface.
 
FileName
String, read-only. Returns the image file name (no path).
 
Type
rdoPictureType, read-only.
rdoPictureType can have one of the following values:

ptUnknown =0
ptJPEG = 1
ptPNG = 2
ptBMP = 3
ptGIF = 4
ptICON = 5
ptTIFF = 6
 

Methods


SaveAsFile(FileName)
Saves the image in the specified file.

FileName - string.