JVCL Help:TJvID3ImageSizeRestriction

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates image size restrictions.

run\JvId3v2Types.pas


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.

run\JvId3v2Types.pas


Description

The TJvID3ImageSizeRestriction type is used to specify a specific image size restriction.

run\JvId3v2Types.pas


About

Navigation

no pages or subcategories

run\JvId3v2Types.pas



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