PDF File Writer Class Library - Author Uzi Granot
PdfContentsClipText Method |
Clip text exposing area underneath
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void ClipText( PdfFont Font, double FontSize, double PosX, double PosY, string Text )
Parameters
- Font
- Type: PdfFileWriterPdfFont
Font - FontSize
- Type: SystemDouble
Font size - PosX
- Type: SystemDouble
Position X - PosY
- Type: SystemDouble
Position Y - Text
- Type: SystemString
Text
See Also