Flags property (ILEADRasterAnnHandle)
long Flags; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates which properties of the ILEADRasterAnnHandle object are valid. If the corresponding flag for a property is not set, the default values for that property will be used. Possible values may be one or more, combined using bitwise OR, of the following:
Value |
Meaning |
ANN_HANDLE_ID |
[0x0001] The ID property contains valid data and should be used. |
ANN_HANDLE_LOCATION |
[0x0002] Either the ContainerX property and the ContainerY property contain valid data and should be used, or, the ClientX property and the ClientY property contain valid data and should be used. |
ANN_HANDLE_CONTAINER_COORDINATES |
[0x0004] The ContainerX property and the ContainerY property contain valid data and should be used. This flag must be set with ANN_HANDLE_LOCATION. |
ANN_HANDLE_VISIBLE |
[0x0008] The EnableVisible property contains valid data and should be used. |
ANN_HANDLE_PEN_COLOR |
[0x0010] The PenColor property contains valid data and should be used. |
ANN_HANDLE_FILL_COLOR |
[0x0020] The FillColor property contains valid data and should be used. |
ANN_HANDLE_SHAPE |
[0x0040] The Shape property contains valid data and should be used. |
See Also