After opening a JPEG file, this property gets the number of JPEG App markers comments discovered.
Syntax
public int JpegCommentCount {get;}
public: __property int get_JpegCommentCount();
public:
property int JpegCommentCount {
int get();
}
'Declaration
Public ReadOnly Property JpegCommentCount As Integer
'Usage
Dim instance As ImageX
Dim value As Integer
value = instance.JpegCommentCount
Property Value
The JPEG comment count.
See Also