'Declaration Public Function GetComments( _ ByVal image As VintasoftImage _ ) As CommentCollection
public CommentCollection GetComments( VintasoftImage image )
public: CommentCollection* GetComments( VintasoftImage* image )
public: CommentCollection^ GetComments( VintasoftImage^ image )
Parameters
- image
- The image.
Return Value
The comment collection for specified image.