GetOptionalContentConfigOrderCount
Content Streams and Optional Content Groups
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Returns the number of items in the order array of the specified optional content configuration dictionary.
The order array defines a tree structure with labels and optional content group items that can be used in the user interface of the PDF viewer application.
Syntax
Delphi
function TQuickPDF0813.GetOptionalContentConfigOrderCount(
OptionalContentConfigID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOptionalContentConfigOrderCount(
OptionalContentConfigID As Long) As Long
DLL
int QuickPDFGetOptionalContentConfigOrderCount(int InstanceID,
int OptionalContentConfigID)
Parameters
| OptionalContentConfigID | The first default optional content configuration dictionary has an ID of 1. Higher numbers are used for other optional content configuration dictionaries. |