'Declaration Protected MustOverride Function CreateCommentCollection( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As CommentCollection
protected abstract CommentCollection CreateCommentCollection(
Vintasoft.Imaging.VintasoftImage image
)
protected: abstract CommentCollection* CreateCommentCollection(
Vintasoft.Imaging.VintasoftImage* image
)
protected:
abstract CommentCollection^ CreateCommentCollection(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
A new instance of comment collection for specified image.