VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ConversionProfileResult Class
Constructors Properties Methods SeeAlso
In This Topic
    ConversionProfileResult Class Members
    In This Topic
    The following tables list the members exposed by ConversionProfileResult.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ConversionProfileResult class.
    Public Properties
     NameDescription
    Public PropertyGets the activated triggers of this profiling result. (Inherited from ProcessingProfileResult)
    Public PropertyGets the applied commands.
    Public PropertyGets the description of the processing result.
    Public PropertyGets the detailed result of profiling. (Inherited from ProcessingProfileResult)
    Public PropertyGets the count of important trigger activations. (Inherited from ProcessingProfileResult)
    Public PropertyGets a value indicating whether processing is canceled. (Inherited from ProcessingProfileResult)
    Public PropertyGets a value indicating whether conversion is successfully.
    Public PropertyGets the processing command, which created this result. (Inherited from ProcessingResult)
    Public PropertyGets the processing errors of this profiling result. (Inherited from ProcessingProfileResult)
    Public PropertyGets the object, which was processed. (Inherited from ProcessingResult)
    Public Methods
     NameDescription
    Public MethodCreates the conversion exception if conversion is failed or canceled.
    Public MethodReleases all resources used by this object. (Inherited from ProcessingResult)
    Public MethodReturns an enumerator that iterates through a compound processing result. (Inherited from ProcessingProfileResult)
    Public MethodReturns a string representation of this object. (Inherited from ProcessingResult)
    See Also