Click or drag to resize

FFI_DoURIActionCallback Delegate

This action resolves to a uniform resource identifier.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_DoURIActionCallback(
	FPDF_FORMFILLINFO pThis,
	string bsURI
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
bsURI  String
A byte string which indicates the uniform resource identifier, terminated by 0.
Remarks
required: No. See the URI actions description of PDF Reference, Version 1.7 for more details.
See Also