Use this property to get the padding value that is needed for this algorithm. (Blowfish will always return 8 here).
The Blowfish encrypts in pairs of 8 bytes, so if you have data that does not add up to 8 then you will need to add PaddingBlockSize-1 bytes of random data to ensure that all of your data is encrypted.