Class AlgorithmParams
Base class for AlgorithmIdentifier parameters.
Inheritance
AlgorithmParams
Assembly: PDFTronDotNet.dll
Syntax
public class AlgorithmParams : IDisposable
Constructors
AlgorithmParams()
Declaration
Methods
CreateInternal(IntPtr)
Declaration
public static AlgorithmParams CreateInternal(IntPtr imp)
Parameters
Type |
Name |
Description |
IntPtr |
imp |
|
Returns
Destroy()
Declaration
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~AlgorithmParams()
Declaration
protected ~AlgorithmParams()
Implements