PsDocument.ClipText

PsDocument.ClipText method

Adds clip from an outline of given text in given font.

public void ClipText(string text, Font font, float x, float y)
ParameterTypeDescription
textStringThe text.
fontFontThe font.
xSingleAn X coordinate of the text position.
ySingleAn Y coordinate of the text position.

See Also