Table of Contents
VPicture Class: Properties
VPicture.DefQuality
Declaration:
DefQuality as Integer
Description:
Default quality level used when writing data to this field in JPEG format. Can be in range 1-100.
Note, that this is a property of the whole column, not just of the current record.
Example:
fldPicture.DefQuality = 60
Level 2 Headline
Declaration:
PictureType as EVPictureType (r/o)
Description:
Returns the type (format) of the picture for the current record.
Example:
fldPicture.PictureType = kJPG