See Also Examples Applies To
Exports the native image as StdPicture object.
Syntax
object.GetPicture ()
The GetPicture syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
StdPicture. A new picture object wich will contains the native image data.
Remarks
Call the GetStat() method to see if this method success.
DO NOT FORGET to release StdPicture object with the DeletePictureObject() method.
Category
Saving, Export and Close Image
Visual Basic Sample
Dim oPicture As Picture
Set oPicture = object.GetPicture