T_PDFiumSharp_Types_FileReadBlockHandler - ArgusMagnus/PDFiumSharp GitHub Wiki

FileReadBlockHandler Delegate

Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public delegate bool FileReadBlockHandler(
	IntPtr ignore,
	int position,
	IntPtr buffer,
	int size
)

Parameters

 

ignore
Type: System.IntPtr
position
Type: System.Int32
buffer
Type: System.IntPtr
size
Type: System.Int32

Return Value

Type: Boolean

See Also

Reference

PDFiumSharp.Types Namespace

⚠️ **GitHub.com Fallback** ⚠️