JVCL Help:TJvID3ImageSizeRestriction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3ImageSizeRestriction type
Search in JVCL Help
Search in all projectsSummary
Enumerates image size restrictions.
Pascal
run\JvId3v2Types.pas
TJvID3ImageSizeRestriction = (
isrNoRestrictions,
isrMax256x256,
isrMax64x64,
isr64x64UnlessRequired
);
Members
Members | Description |
isrNoRestrictions | No restrictions. |
isrMax256x256 | All images are 256x256 pixels or smaller. |
isrMax64x64 | All images are 64x64 pixels or smaller. |
isr64x64UnlessRequired | All images are exactly 64x64 pixels, unless required otherwise. |
Description
The TJvID3ImageSizeRestriction type is used to specify a specific image size restriction.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page