Click or drag to resize

PdfOCGroup(String) Constructor

Creates new instance of PdfOCGroup.

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

Parameters

name  String
The name of the optional content group, suitable for presentation in a viewer application’s user interface.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe required parameter name is null.
See Also