OptionalContentGroup Class Documentation

classOptionalContentGroup : SystemIDisposable

Namespace: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."

Constructor & Destructor Documentation

OptionalContentGroup

OptionalContentGroup(Documentdoc, stringname)

Parameters

doc: Document

The document that the new OptionalContentGroup will belong to.

name: string

The 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

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

ToString

override stringToString()

Returns:

override string