Click or drag to resize

PdfTextPageGetFontSize Method

Gets the font size of the specified character.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double GetFontSize(
	int index
)

Parameters

index
Type: SystemInt32
Zero-based index of the character in terms of this page.

Return Value

Type: Double
The size of the PDF font at the given index.
See Also