ImageEn, unit iexProcEffects

TIEImageEffect.SetProperty

TIEImageEffect.SetProperty

Declaration

procedure SetProperty(const Prop: string; Value: string);

Description

Set a parameters of the Image Processing Dialog by a string.

Note: An exception is raised if an invalid property name is specified

Example

SetProperty('Rotate_Angle', '45');

Which is the same as:
Rotate_Angle := 45;

See Also

IPP_Property_List