PDF .NET Library Documentation - PDF Technologies, Inc.
Namespace:
PDFTech
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public string ExtractText( int pageNumber, RectangleF textArea, UnitOfMeasure measure ) |
Visual Basic (Declaration) |
---|
Public Function ExtractText ( _ pageNumber As Integer, _ textArea As RectangleF, _ measure As UnitOfMeasure _ ) As String |
Visual C++ |
---|
public: String^ ExtractText( int pageNumber, RectangleF textArea, UnitOfMeasure measure ) |
Parameters
- pageNumber
- Type: System..::.Int32
- textArea
- Type: System.Drawing..::.RectangleF
- measure
- Type: PDFTech..::.UnitOfMeasure