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, bool tagged, float orientation ) |
Visual Basic (Declaration) |
---|
Public Sub AddTextArea ( _ Rect As RectangleF, _ Text As String, _ clipped As Boolean, _ tagged As Boolean, _ orientation As Single _ ) |
Visual C++ |
---|
public: void AddTextArea( RectangleF Rect, String^ Text, bool clipped, bool tagged, float orientation ) |
Parameters
- Rect
- Type: System.Drawing..::.RectangleF
Text bounds
- Text
- Type: System..::.String
çizilecek text
- clipped
- Type: System..::.Boolean
- tagged
- Type: System..::.Boolean
If you wish to write tagged text set true
- orientation
- Type: System..::.Single
text orientation
Remarks
If you wish to write tagged text to a specific region on the page, use this function.
Valid tags are the following:
- font
- b
- i
- u
- st
- br
- sub
- sup
- a
- p
- hr