Indicates whether the layer has an image.
You can also set the value.
If you specify true, the layer will have an image.
This is the default.
If you specify false, the image of the layer is released and the layer has no image.
Setting the Layer.type property resets hasImage to true.
If the layer does not have an image and the Layer.type is ltOpaque, the layer will appear as fully filled with Layer.neutralColor.
Other types are treated as completely transparent.
Layers with this property false are considered to be entirely opaque (fully transparent) if Layer.hitType is htMask.
Also, you cannot manipulate drawing or fonts.
Layers with this property fake usually combine multiple child layers and use themselves as layers that are only transparent.
.