ImageGear .NET
QuadCount Property




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

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback