Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
IKPictureTaker.SetOutputImageMaxSize
Sets maximum size of the output image.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
IKPictureTaker | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "IKPictureTaker.SetOutputImageMaxSize"; Width; Height ) More
Parameters
Parameter | Description | Example |
---|---|---|
Width | The maximum image width. | 500 |
Height | The maximum image height. | 500 |
Result
Returns OK or error.
Description
Sets maximum size of the output image.Examples
Set maximum size:
Set Variable [ $r; Value:MBS("IKPictureTaker.SetOutputImageMaxSize"; 1000; 1000) ]
See also
- IKPictureTaker.GetOutputImage
- IKPictureTaker.GetOutputImageMaxHeight
- IKPictureTaker.GetOutputImageMaxWidth
Example Databases
This function checks for a license.
Created 18th August 2014, last changed 29th April 2024
IKPictureTaker.SetNotification - IKPictureTaker.SetRemainOpenAfterValidate
