Enum EmfPlusCustomLineCapDataFlags
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusFillPath object MUST be specified in the OptionalData field of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCapData object for filling the custom line cap.
CustomLineCapDataLinePath = 2
If set, an Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.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 Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects.EmfPlusCustomLineCap objects.