Class OptionalContentGroup
Inheritance
System.Object
OptionalContentGroup
Assembly: IronPdf.dll
Syntax
public sealed class OptionalContentGroup : Object
Constructors
OptionalContentGroup(String)
Declaration
public OptionalContentGroup(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|