Trimming

EmfPlusStringFormat.Trimming property

Gets or sets specifies how to trim characters from a string that is too large to fit into a layout rectangle. This value MUST be defined in the StringTrimming enumeration (section 2.1.1.31).

public EmfPlusStringTrimming Trimming { get; set; }

See Also