 | PdfOCGroupUsage Property |
Gets or sets a usage object describing the nature of the content controlled by the group.
It may be used by features that automatically control the state of the group based on outside factors.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfOCUsage Usage { get; set; }
Public Property Usage As PdfOCUsage
Get
Set
public:
property PdfOCUsage^ Usage {
PdfOCUsage^ get ();
void set (PdfOCUsage^ value);
}
member Usage : PdfOCUsage with get, set
/** @property */
public PdfOCUsage get_Usage()
/** @property */
public void set_Usage(PdfOCUsage value)
function get_Usage();
function set_Usage(value);
Property Value
PdfOCUsageOptional.
See Also