ImageGear .NET v25.0 - Updated
QuadCount Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWord Class : QuadCount Property
Gets the number of quads in a word.
Syntax
'Declaration
 
Public ReadOnly Property QuadCount As Integer
'Usage
 
Dim instance As ImGearPDFWord
Dim value As Integer
 
value = instance.QuadCount
public int QuadCount {get;}
public: __property int get_QuadCount();
public:
property int QuadCount {
   int get();
}

Property Value

Integer value.
Remarks
A quad is a quadrilateral bounding a contiguous piece of a word. Every word has at least one quad. A word has more than one quad, for example, if it is hyphenated and split across multiple lines or if the word is set on a curve rather than on a straight line.
See Also

Reference

ImGearPDFWord Class
ImGearPDFWord Members