Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Services.JobProgressEventArgs Class Reference

Represents types of Job Progress Event Args. More...

Inheritance diagram for SolidFramework.Services.JobProgressEventArgs:

Public Member Functions

 JobProgressEventArgs (JobEnvelope jobEnvelope, int position, int maximum)
 Initializes a new instance of the JobProgressEventArgs class. More...
 

Properties

JobEnvelope JobEnvelope [get]
 Gets the job envelope. More...
 
bool Cancel [getset]
 Gets or sets a value indicating whether this JobProgressEventArgs is cancel. More...
 
int Maximum [get]
 Gets the maximum progress position. More...
 
int Position [get]
 Gets the progress position. More...
 

Detailed Description

Represents types of Job Progress Event Args.

Constructor & Destructor Documentation

◆ JobProgressEventArgs()

SolidFramework.Services.JobProgressEventArgs.JobProgressEventArgs ( JobEnvelope  jobEnvelope,
int  position,
int  maximum 
)

Initializes a new instance of the JobProgressEventArgs class.

Parameters
jobEnvelopeThe job envelope.
positionThe progress position.
maximumThe maximum progress position.

Property Documentation

◆ Cancel

bool SolidFramework.Services.JobProgressEventArgs.Cancel
getset

Gets or sets a value indicating whether this JobProgressEventArgs is cancel.

true if cancel; otherwise, false.

◆ JobEnvelope

JobEnvelope SolidFramework.Services.JobProgressEventArgs.JobEnvelope
get

Gets the job envelope.

The job envelope.

◆ Maximum

int SolidFramework.Services.JobProgressEventArgs.Maximum
get

Gets the maximum progress position.

The maximum progress position.

◆ Position

int SolidFramework.Services.JobProgressEventArgs.Position
get

Gets the progress position.

The progress position.