Click or drag to resize

PdfOCGroupName Property

Gets or sets the name of the optional content group, suitable for presentation in a viewer application’s user interface.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public string Name { get; set; }

Property Value

String
Required.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set and value is null.
See Also