API

CibPdfBrAPIGetVersionText

Get CIB pdf brewer API version. ANSI version is CibPdfBrAPIGetVersionTextA, and unicode wide version is CibPdfBrAPIGetVersionTextW.

Syntax

C
int CibPdfBrAPIGetVersionTextA(
char *a_pText,
long a_MaxLength
);

Parameters

char *a_pText: Pointer to a char buffer to retrieve CIB pdf brewer version.

long a_MaxLength: Size of buffer.

Return value

A positive value (TRUE) is returned if the function succeeded, else a FALSE (0) value is returned.