API referenceImport & Output APIs

pdfGetXFAStreamCount

Number of XFA packets on the instance; 0 on an invalid handle.

Number of XFA packets on the instance; 0 on an invalid handle. Valid indices are 0..count-1.

C
int32_t __stdcall pdfGetXFAStreamCount(PPDF IPDF);

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
public static extern int pdfGetXFAStreamCount(IntPtr IPDF);
Area
Import & Output APIs
Category

Getters

Exported names

pdfGetXFAStreamCount

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.