FlattenerPreset
A transparency flattener preset.
FlattenerPreset Properties
| Property |
Type |
Access |
Description |
| ClipComplexRegions |
Boolean |
r/w |
Clip rasterized areas of the page to the objects which are actually rasterized. |
| ConvertAllStrokesToOutlines |
Boolean |
r/w |
If true, convert all strokes to outlines. |
| ConvertAllTextToOutlines |
Boolean |
r/w |
If true, convert all text to outlines. |
| GradientAndMeshResolution |
Double |
r/w |
Resolution at which gradients and mesh are rasterized, when necessary. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| LineArtAndTextResolution |
Double |
r/w |
Resolution of transparency effects for line art and text (drop shadows and feathering). |
| Name |
String |
r/w |
The name of the object. |
| Parent |
Object |
read |
The parent of the object. |
| RasterVectorBalance |
idFlattenerLevel enumeration, Double (0 – 100) |
r/w |
A parameter used in flattening transparent objects (from 0 to 100). Higher values favor the creation of more vector objects; lower numbers favor rasterization. |
FlattenerPreset Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| Duplicate |
Object |
Duplicates the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |