Gets the number of comments contained in the current JPEG, JPEG 2000, JLS, or WSQ file.
Read-only property
Visual Basic |
---|
Public Property JPEGCommentCount As Long |
The number of comments contained in the current image file.
This property returns zero if the file is not a JPEG, JPEG 2000, JLS, or WSQ file.
This property will be incremented and decremented by invoking the JPEGCommentAdd and JPEGCommentDelete methods. See also the method to get comments.