See Also Examples Applies To
Exports the native GdPicture 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 based on the native GdPicture image.
Remarks
Call the GetStat() function to see if this function success.
DO NOT FORGET to release the StdPicture object with the DeletePictureObject() function.
Category
Export Image
Visual Basic Sample
Dim> oPicture As Picture
Set oPicture = object.GetPicture