OptionalContentGroup Class Documentation
classOptionalContentGroup : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
A dictionary used to manage graphics images in a PDF.
An Optional Content Group is a dictionary that represents a set of graphics images that users can turn on or off in a PDF document, making them visible or invisible.
In a PDF Viewer, Optional Content Groups are referred to as "Layers."
Referenced by
Uses types
Constructor & Destructor Documentation
OptionalContentGroup
OptionalContentGroup(OptionalContentGrouprhs, InternalConstructsignifier)Parameters
rhs: OptionalContentGroupsignifier: InternalConstruct
OptionalContentGroup
OptionalContentGroup(Documentdoc, stringname)Parameters
doc: DocumentThe document that the new OptionalContentGroup will belong to.
name: stringThe name given to the new OptionalContentGroup.
Create a new OptionalContentGroup.
~OptionalContentGroup
~OptionalContentGroup()Property Documentation
Intent
System.Collections.Generic.IList< System.String >Intent[get, set]Name
stringName[get, set]PDFDict
PDFDictPDFDict[get]Member Function Documentation
ConstructorRetrieve
static OptionalContentGroupConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
OptionalContentGroupDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolSameTypeEquals
boolSameTypeEquals(OptionalContentGrouparg0)Parameters
arg0: OptionalContentGroup
Returns:
boolToString
override stringToString()Returns:
override string