GdipSetStringFormatTrimming

 

 

Description

Sets the trimming style for this StringFormat object. The trimming style determines how to trim a string so that it fits into the layout rectangle.

Syntax

GpStatus WINGDIPAPI GdipSetStringFormatTrimming(

    GpStringFormat *format,

    StringTrimming trimming

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetStringFormatTrimming ( _

    BYVAL pFormat AS DWORD, _

    BYVAL trimming AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

trimming

[in] Element of the StringTrimming enumeration that specifies the style of trimming to be performed on the string.

 

Valid HTML 4.01 Transitional