vpdf_GetCharacterAngle(hVPDF As Long, dwPageNumber As Integer, iCharacter As Integer, ByRef pAngle As Double) As Boolean
Description
Returns the rotation angle of a character on a PDF page in radians.
Parameters
|
Long |
hVPDF |
Handle to the Vector PDF object. |
|
Integer |
dwPageNumber |
0-based index of the page. |
|
Integer |
iCharacter |
0-based index of the character on the page. |
|
Double |
pAngle |
Returns the rotation angle of the character in radians. |
Return value
TRUE on success, otherwise FALSE.