Click or drag to resize

CPDFPageGetTextContentRect Method

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CRect GetTextContentRect(
	float fontSize,
	string fontName,
	string textContent
)

Parameters

fontSize
Type: SystemSingle
fontName
Type: SystemString
textContent
Type: SystemString

Return Value

Type: CRect
See Also