EmfPlusCustomLineCapDataFlags Enumeration
The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCustomLineCapDataFlags
Members
| Member name | Description |
|---|---|
| CUSTOM_LINE_CAP_DATA_FILL_PATH | If set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap. |
| CUSTOM_LINE_CAP_DATA_LINE_PATH | If set, an EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap. |