Table of Contents

Class EmfSetTextJustification

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification.

public sealed class EmfSetTextJustification : EmfStateRecordType
Inheritance
EmfSetTextJustification
Inherited Members

Remarks

Instead of using an EMR_SETTEXTJUSTIFICATION record, an implementation SHOULD use an EMR_EXTTEXTOUTW record (section 2.3.5.8) to perform this function.

Constructors

EmfSetTextJustification(EmfRecord)

Initializes a new instance of the EmfSetTextJustification class.

public EmfSetTextJustification(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

NBreakCount

Gets or sets a 32-bit signed integer that specifies the number of break characters.

public int NBreakCount { get; set; }

Property Value

int

NBreakExtra

Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add.

public int NBreakExtra { get; set; }

Property Value

int