GetOptionalContentConfigLocked

Contentstreams en groepen met optionele content

Beschrijving

Deze functie bepaalt of een optionele contentgroep vergrendeld is zoals gedefinieerd door het opgegeven optional content configuration-woordenboek

Syntaxis

Delphi

Function TPDFlib.GetOptionalContentConfigLocked(OptionalContentConfigID, OptionalContentGroupID: Integer): Integer;

ActiveX

Function PDFlib::GetOptionalContentConfigLocked(OptionalContentConfigID As Long, OptionalContentGroupID As Long) As Long

DLL

int DLGetOptionalContentConfigLocked(int InstanceID, int OptionalContentConfigID, int OptionalContentGroupID);

Parameters

OptionalContentConfigIDHet eerste standaardconfiguratiewoordenboek voor optionele inhoud heeft ID 1. Voor andere configuratiewoordenboeken voor optionele inhoud worden hogere nummers gebruikt
OptionalContentGroupIDEen ID geretourneerd door de functies NewOptionalContentGroup, GetOptionalContentGroupID of GetOptionalContentConfigOrderItemID

Retourwaarden

0De optionele contentgroep is ontgrendeld
1De optionele contentgroep is vergrendeld int OptionalContentConfigID, int OptionalContentGroupID);