IPostScriptImageOptions¶
- class IPostScriptImageOptions¶
Bases:
ImpactCOMWrapperBase- Description:
Specifies the options required to load postscript images.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property colour_mode¶
Gets colour_mode.
- Description:
Specifies the colour mode.
- Returns:
The value of colour_mode.
- Return type:
- property fixed_size¶
Gets fixed_size.
- Description:
Specifies the size (resolution) of the Postscript/PDF image.
- Remarks:
Introduced in Impact 7.0.0.28
- Returns:
The value of fixed_size.
- Return type:
- property interpolate¶
Gets Interpolate.
- Description:
Specifies if interpolation should be applied.
- Returns:
The value of Interpolate.
- Return type:
interpolate (bool)
- property page_box¶
Gets page_box.
- Description:
Specifies which PDF Page Box (region) to use.
- Remarks:
Introduced in Impact 7.0.0.28
- property resolution¶
Gets Resolution.
- Description:
Specifies the resolution of the post_script image in dots-per inch (DPI).
- Remarks:
This property is only applicable when IPostScriptImageOptions.fixed_size = fsCustom
- Returns:
The value of Resolution.
- Return type:
resolution (int)