WmfPostScriptCap Enumeration

The PostScriptCap Enumeration defines line-ending types for use with a PostScript printer driver.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfPostScriptCap

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
POST_SCRIPT_FLAT_CAPSpecifies that the line ends at the last point. The end is squared off.
POST_SCRIPT_NOT_SETSpecifies that the line-ending style has not been set, and that a default style
MAY [24] be used.
POST_SCRIPT_ROUND_CAPSpecifies a circular cap. The center of the circle is the last point in the
line. The diameter of the circle is the same as the line width; that is, the thickness of the line.
POST_SCRIPT_SQUARE_CAPSpecifies a square cap. The center of the square is the last point in the
line. The height and width of the square are the same as the line width; that is, the thickness
of the line.