Click or drag to resize

PdfOCConfigCollection(PdfDocument, PdfTypeBase) Constructor

Initialize new instance of PdfOCConfigCollection class.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfOCConfigCollection(
	PdfDocument doc,
	PdfTypeBase array
)

Parameters

doc  PdfDocument
The PDF document.
array  PdfTypeBase
Direct or indirect PdfTypeArray whose elements are used to initialize this collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe required parameter array is null.
See Also