DeleteOptionalContentGroup
Content Streams and Optional Content Groups
Description
Deletes an optional content group.
Syntax
Delphi
function TQuickPDF0813.DeleteOptionalContentGroup(
OptionalContentGroupID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DeleteOptionalContentGroup(
OptionalContentGroupID As Long) As Long
DLL
int QuickPDFDeleteOptionalContentGroup(int InstanceID, int OptionalContentGroupID)
Parameters
| OptionalContentGroupID | An ID returned by the NewOptionalContentGroup, GetOptionalContentGroupID or GetOptionalContentConfigOrderItemID functions |