Click or drag to resize

PdfOCGroup(PdfTypeBase) Constructor

Creates a new instance of PdfOCGroup and initialize it with specified dictionary

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfOCGroup(
	PdfTypeBase dictionary
)

Parameters

dictionary  PdfTypeBase
The dictionary or indirect dictionary
Exceptions
ExceptionCondition
ArgumentNullExceptionThe required parameter dictionary is null.
See Also