CGPDFArray.ApplyCallback Delegate
Definition
public delegate bool CGPDFArray.ApplyCallback(nint index, object value, object info);
type CGPDFArray.ApplyCallback = delegate of nint * obj * obj -> bool
Parameters
- index
- nint
- value
- Object
- info
- Object
Return Value
- Inheritance
-
CGPDFArray.ApplyCallback