 | 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.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic string Name { get; set; }Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}member Name : string with get, set
/** @property */
public String get_Name()
/** @property */
public void set_Name(String value)
function get_Name();
function set_Name(value);
Property Value
StringRequired.
Exceptions
See Also