 | OCGCategory Enumeration |
Represents the categories, each of which corresponds to a
PdfOCUsage properties.
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax[FlagsAttribute]
public enum OCGCategory
<FlagsAttribute>
Public Enumeration OCGCategory
[FlagsAttribute]
public enum class OCGCategory
[<FlagsAttribute>]
type OCGCategory
/** @attribute FlagsAttribute */
public enum OCGCategory
Patagames.Pdf.Enums.OCGCategory = function();
Patagames.Pdf.Enums.OCGCategory.createEnum('Patagames.Pdf.Enums.OCGCategory', true);
Members| Member name | Value | Description |
|---|
| None | 0 |
Not specified.
|
| View | 1 |
Corresponds to the View property.
|
| Print | 2 |
Corresponds to the Print property.
|
| Export | 4 |
Corresponds to the Export property.
|
| Zoom | 8 |
Corresponds to the Zoom property.
|
| User | 16 |
Corresponds to the User property.
|
| Language | 32 |
Corresponds to the Language property.
|
See Also