C++
void SetCategory( const wchar_t * category );
Description
Mutator for the optional category attribute.
Category is a Unicode string property for categorizing objects. The category string is displayed in the DWF viewer properties window. Clients may use category in various ways. The viewer recognizes one special category, "hidden," which causes it not to display the property.
Parameters
| Parameters | Description |
|---|---|
| category | Input Unicode string for the category of the property |