Skip to main content

FieldLogs

FMResizedDocItemList

This function resizes the DocItemList based on user provided integer values of width and height.

Example:

Consider the attribute resizedRuntimeStepDocContentList(int width, int height) of type FMResizedDocItemList in the executedStep reports.

resizedRuntimeStepDocContentList(int width, int height)

It takes two integer parameters and resizes the original to the provided values of width and height in pixels.

resizedRuntimeStepDocContentList(25, 25) will resize it to 25 x 25 pixels.