add_advanced_option method

add_advanced_option

You can use this method to register an advanced rasterization option to apply.

def add_advanced_option(self, option_type):
    ...
Parameter Type Description
option_type AdvancedRasterizationOptions Provides information about the selected effect type (grayscale, border, etc.)

Example

The following example demonstrates how to apply the advanced rasterization options with default settings.

See Also