ImageGear for .NET
GetQuad Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWord Class : GetQuad Method




index
The index of the quad to obtain. The first quad in a word has an index of zero.

Glossary Item Box

Gets the word's quad, specified in user space coordinates.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
The index of the quad to obtain. The first quad in a word has an index of zero.

Return Value

ImGearPDFFixedQuad class object.

Remarks

See QuadCount property for a description of a quad.

The quad's height is the height of the font's bounding box, not the height of the tallest character used in the word. The font's bounding box is determined by the glyphs in the font that extend farthest above and below the baseline; it often extends somewhat above the top of "A" and below the bottom of "y."

The quad's width is determined from the characters actually present in the word.

As an example, the quads for the words "AWAY" and "away" have the same height, but generally do not have the same width unless the font is a mono-spaced font (a font in which all characters have the same width).

See Also

©2013. Accusoft Corporation. All Rights Reserved.