'Declaration Public Function GetImage( _
ByVal annotationsAnnotation collection.As AnnotationDataCollection _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetImage(
AnnotationDataCollection annotations
)
public: Vintasoft.Imaging.VintasoftImage* GetImage(
AnnotationDataCollection* annotations
)
public:
Vintasoft.Imaging.VintasoftImage^ GetImage(
AnnotationDataCollection^ annotations
)
Parameters
- annotations
- Annotation collection.
Return Value
VintasoftImage object associated with the specified annotation collection.