Skip to content

T_PDFiumSharp_Types_FileReadBlockHandler

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

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

Clone this wiki locally