T_PDFiumSharp_Types_FileReadBlockHandler - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public delegate bool FileReadBlockHandler(
IntPtr ignore,
int position,
IntPtr buffer,
int size
)
- ignore
- Type: System.IntPtr
- position
- Type: System.Int32
- buffer
- Type: System.IntPtr
- size
- Type: System.Int32
Type: Boolean