Delegate BaseInputOutPutConvertors.IInputConversionFunction
- Namespace
- iText.Kernel.Pdf.Function
- Assembly
- itext.kernel.dll
public delegate double[] BaseInputOutPutConvertors.IInputConversionFunction(byte[] input, int offset, int length)
Parameters
input
byte[]
offset
int
length
int
Returns
- double[]
Constructors
IInputConversionFunction(object, nint)
public IInputConversionFunction(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(byte[], int, int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(byte[] input, int offset, int length, AsyncCallback callback, object @object)
Parameters
input
byte[]
offset
int
length
int
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual double[] EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- double[]
Invoke(byte[], int, int)
public virtual double[] Invoke(byte[] input, int offset, int length)
Parameters
input
byte[]
offset
int
length
int
Returns
- double[]