Table of Contents

Enum EmfPlusPenDataFlags

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

The PenData flags specify properties of graphics pens, including the presence of optional data fields. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusPenDataFlags

Fields

PenDataCompoundLine = 1024

Indicates whether the length and content of a EmfPlusCompoundLineData object are present in the OptionalData field of an EmfPlusPenData object.

PenDataCustomEndCap = 4096

Indicates whether an EmfPlusCustomEndCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataCustomStartCap = 2048

Indicates whether an EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLine = 256

Indicates whether an EmfPlusDashedLineData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLineCap = 64

Indicates whether a dashed line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataDashedLineOffset = 128

Indicates whether a dashed line offset MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataEndCap = 4

Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataJoin = 8

Indicates whether a line join type MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataLineStyle = 32

Indicates whether a line style MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataMiterLimit = 16

Indicates whether a miter limit MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataNonCenter = 512

Indicates whether a pen alignment MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataStartCap = 2

If set, the style of a starting line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.

PenDataTransform = 1

If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an EmfPlusPenData object.

Remarks

Graphics pens are specified by EmfPlusPen objects.