Flags property (TAnnEncryptOptions)
Builder Syntax |
unsigned Flags |
Delphi Syntax |
Flags: L_UINT32 |
Overview |
Refer to Implementing Annotations. |
Remarks
Flags that indicate which properties contain valid data. Possible values are one or more of the following constants "or"ed together:
Value |
Meaning |
ANNENCRYPT_TYPE |
[$001] The Encryptor Property contains valid data. |
ANNENCRYPT_KEY |
[$002] The Key property contains valid data. |
ANNENCRYPT_RESERVED1 |
[$004] Reserved for future use. |
ANNENCRYPT_NEVER_ENCRYPTED |
[$008] The NeverEncrypted property contains valid data. |
ANNENCRYPT_ENCRYPT_BITMAP |
[$010] The EncryptBitmap property contains valid data. |
ANNENCRYPT_ALL |
[$01F] All properties contain valid data. |
See Also