create Method

Summary

Creates a new instance of ImageProcessingProgressEventArgs with the specified parameters.

Syntax

JavaScript Syntax
create = function( 
   percentage 
) 
TypeScript Syntax
static create( 
   percentage: number 
): ImageProcessingProgressEventArgs; 

Parameters

percentage

Current operation completion percentage (0 to 100).

Remarks

The created ImageProcessingProgressEventArgs object.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly