Skip to content

T_PDFiumSharp_Types_FileWriteBlockHandler

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

FileWriteBlockHandler Delegate

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

Syntax

C#

public delegate bool FileWriteBlockHandler(
	IntPtr ignore,
	IntPtr data,
	int size
)

Parameters

 

ignore
Type: System.IntPtr
data
Type: System.IntPtr
size
Type: System.Int32

Return Value

Type: Boolean

See Also

Reference

PDFiumSharp.Types Namespace

Clone this wiki locally