'Declaration Public Function GetCommentControlsByImage( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As System.Collections.Generic.IEnumerable(Of ICommentControl)
public System.Collections.Generic.IEnumerable<ICommentControl> GetCommentControlsByImage(
Vintasoft.Imaging.VintasoftImage image
)
public: System.Collections.Generic.IEnumerable<ICommentControl*>* GetCommentControlsByImage(
Vintasoft.Imaging.VintasoftImage* image
)
public:
System.Collections.Generic.IEnumerable<ICommentControl^>^ GetCommentControlsByImage(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
The comment control collection.