Class EmfSetTextJustification
Contents
[
Hide
]EmfSetTextJustification class
The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification.
public sealed class EmfSetTextJustification : EmfStateRecordType
Constructors
| Name | Description |
|---|---|
| EmfSetTextJustification(EmfRecord) | Initializes a new instance of the EmfSetTextJustification class. |
Properties
| Name | Description |
|---|---|
| NBreakCount { get; set; } | Gets or sets a 32-bit signed integer that specifies the number of break characters. |
| NBreakExtra { get; set; } | Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add. |
| Size { get; set; } | Gets or sets the size of the record |
| Type { get; set; } | Gets or sets the type. |
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.
See Also
- class EmfStateRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging