Click or drag to resize

AddSegmentCallback Delegate

Add a section to be downloaded.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void AddSegmentCallback(
	FX_DOWNLOADHINTS pThis,
	IntPtr offset,
	IntPtr size
)

Parameters

pThis  FX_DOWNLOADHINTS
Pointer to the interface structure itself.
offset  IntPtr
The offset of the hint reported to be downloaded.
size  IntPtr
The size of the hint reported to be downloaded.
Remarks
Required: Yes. Called by Pdfium SDK to report some downloading hints for download manager. The position and size of section may be not accurate, part of the section might be already available. The download manager must deal with that to maximize download efficiency.
See Also