'Declaration Protected MustOverride Function CreateCommentCollection( _
ByVal 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
- Изображение.
Return Value
Новый экземпляр коллекции комментариев для указанного изображения.