ElementGetTextDataSize Method |
Gets the size of the internal text buffer returned in GetTextData().
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetTextDataSize()
Public Function GetTextDataSize As Integer
public:
virtual int GetTextDataSize() sealed
function GetTextDataSize();
Return Value
Type:
Int32the size of the internal text buffer returned in GetTextData().
See Also