PdfFocusePropertyState Enumeration |
Specifies the property state.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.10.17
Syntaxpublic enum ePropertyState
Public Enumeration ePropertyState
Members| Member name | Value | Description |
|---|
| Disabled | 0 |
Property is disabled.
|
| Enabled | 1 |
Property is enabled.
|
| Auto | 2 |
Property is in auto-mode.
|
See Also