GetCurrentPDFFileLength

Return the length of the current pdf document file in bytes.

Example

Dim cPDF As New vbPDF

..

Dim intFileSize As Integer = cPDF.GetCurrentPDFFileLength()