'Declaration Public Function GetQuad( _ ByVal index As Integer _ ) As ImGearPDFFixedQuad
'Usage Dim instance As ImGearPDFWord Dim index As Integer Dim value As ImGearPDFFixedQuad value = instance.GetQuad(index)
public ImGearPDFFixedQuad GetQuad( int index )
public: ImGearPDFFixedQuad* GetQuad( int index )
public: ImGearPDFFixedQuad^ GetQuad( int index )
Parameters
- index
- The index of the quad to obtain. The first quad in a word has an index of zero.