Flags property (ILEADRasterAnnEncryptOption)
long Flags; | |
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 |
ANN_ENCRYPT_TYPE |
[0x001] The EnableEncryptor Property contains valid data. |
ANN_ENCRYPT_KEY |
[0x002] The Key property contains valid data. |
ANN_ENCRYPT_RESERVED1 |
[0x004] Reserved for future use. |
ANN_ENCRYPT_NEVER_ENCRYPTED |
[0x008] The EnableNeverEncrypted property contains valid data. |
ANN_ENCRYPT_ENCRYPT_BITMAP |
[0x010] The EncryptRaster property contains valid data. |
ANN_ENCRYPT_ALL |
[0x01F] All properties contain valid data. |
See Also