Click or drag to resize

EpsEncoderIncludeShowPage Property

Determines whether or not this image will include the PostScript showpage command.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IncludeShowPage { get; set; }

Property Value

Type: Boolean
Remarks

Some applications that consume EPS do not handle the showpage command gracefully. Suppressing it may help incompatible application handle the image correctly.

Setting this property to false will prevent the image from displaying if it is sent directly to a PostScript device.

The default value is true.

See Also