Enumeration
RasterizeType
The type of the layer content to rasterize.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 5 | readonly | Rasterizes all vector data on the layer. | |
| Int = 3 | readonly | Rasterizes the fill of a shape layer, leaving the vector mask. | |
| Int = 4 | readonly | Rasterizes the vector mask of a shape layer, turning it into a layer mask. | |
| Int = 6 | readonly | Rasterizes the selected layers. | |
| Int = 2 | readonly | Rasterizes a shape layer. | |
| Int = 1 | readonly | Rasterizes the type on a type layer. Doesn't rasterize any other vector data on the layer. |
Parameter of 1
Method parameters that accept an RasterizeType value.