SetAnnotOptional
Annotations and hotspot links, Content Streams and Optional Content Groups
Description
Adds an annotation to the specified optional content group.
This allows the annotation to be made visible or hidden using the layers functionality within the PDF viewer.
Syntax
Delphi
function TPDFlib.SetAnnotOptional(Index, OptionalContentGroupID: Integer): Integer;ActiveX
Function PDFlib::SetAnnotOptional(Index As Long, OptionalContentGroupID As Long) As LongDLL
int DLSetAnnotOptional(int InstanceID, int Index, int OptionalContentGroupID);Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
|---|---|
| OptionalContentGroupID | An ID returned by the NewOptionalContentGroup, GetOptionalContentGroupID or GetOptionalContentConfigOrderItemID functions |
Return values
| 0 | The annotation could not be added to the specified optional content group |
|---|---|
| 1 | Success |