PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Show 'Text' string inside area bounded Rect
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void AddTextArea( RectangleF Rect, string Text, bool clipped ) |
Visual Basic (Declaration) |
---|
Public Sub AddTextArea ( _ Rect As RectangleF, _ Text As String, _ clipped As Boolean _ ) |
Visual C++ |
---|
public: void AddTextArea( RectangleF Rect, String^ Text, bool clipped ) |
Parameters
- Rect
- Type: System.Drawing..::.RectangleF
Text bounds
- Text
- Type: System..::.String
Text to be written
- clipped
- Type: System..::.Boolean