GetOptionalContentGroupID
Content Streams and Optional Content Groups
Description
Returns the ID of the optional content group with the specified index.
Syntax
Delphi
function TQuickPDF0813.GetOptionalContentGroupID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetOptionalContentGroupID(Index As Long) As Long
DLL
int QuickPDFGetOptionalContentGroupID(int InstanceID, int Index)
Parameters
| Index | The index of the optional content group. The first group has an index of 1. Use the OptionalContentGroupCount function to determine the number of optional content groups in the document. |
Return values
| 0 | The Index parameter was out of range |