SetImageOptional
Image handling, Content Streams and Optional Content Groups
Description
Links the specified image to an optional content group. This allows the image to be selectively shown in Acrobat 6 or later.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetImageOptional(
OptionalContentGroupID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetImageOptional(
OptionalContentGroupID As Long) As Long
DLL
int DPLSetImageOptional(int InstanceID, int OptionalContentGroupID)
Parameters
| OptionalContentGroupID | An ID returned by the NewOptionalContentGroup, GetOptionalContentGroupID or GetOptionalContentConfigOrderItemID functions |
