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