Foxit PDF SDK
FSDK.FixupData Class Reference

Public Member Functions

 constructor ()
 Constructor.
 

Public Attributes

 comment
 Fixup rule comment to explain more details about the rule.
 
 name
 Fixup rule name.
 
 reasons
 Fixup reasons. This may be an empty array. The count of reasons is no more then used_times.
 
 state
 Fixup state. Please refer to values starting from FSDK.FixupData.e_FixupStateSuccess and this should be one of these values.
 
 used_count
 Represents how many times the fixup operation for current data has been triggered during converting process.
 

Static Public Attributes

static e_FixupStateFailure
 A fixup failed.
 
static e_FixupStateNotRequired
 A fixup was not required.
 
static e_FixupStateSuccess
 Enumeration for the state of a fixup data. More...
 

Detailed Description

This class represents a fixup data. Fixup data represents the data for a kind of fixup operation triggered during converting process.

Member Data Documentation

◆ e_FixupStateSuccess

FSDK.FixupData.e_FixupStateSuccess
static

Enumeration for the state of a fixup data.

Values of this enumeration should be used alone.

A fixup succeeded.