Table of Contents

Enum EmfPlusCustomLineCapDataFlags

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusCustomLineCapDataFlags

Fields

CustomLineCapDataFillPath = 1

If set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap.

CustomLineCapDataLinePath = 2

If set, an EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap.

Remarks

Custom graphics line caps are specified by EmfPlusCustomLineCap objects.