GetOptionalContentGroupPrintable
Content Streams and Optional Content Groups
Description
Returns the printable state of the specified optional content group.
Syntax
Delphi
function TPDFlib.GetOptionalContentGroupPrintable(OptionalContentGroupID: Integer): Integer;ActiveX
Function PDFlib::GetOptionalContentGroupPrintable(OptionalContentGroupID As Long) As LongDLL
int DLGetOptionalContentGroupPrintable(int InstanceID, int OptionalContentGroupID);Parameters
| OptionalContentGroupID | An ID returned by the NewOptionalContentGroup, GetOptionalContentGroupID or GetOptionalContentConfigOrderItemID functions |
|---|
Return values
| 0 | The specified optional content group is not printable |
|---|---|
| 1 | The specified optional content group is printable |