Document Management

digital signature or esignature

Understanding the Difference Between Digital Signatures and E-Signatures

With the increased need to do business online and virtually, the need for secure ways to share and collaborate on documents is more important than ever. Likewise, doing business often requires written statements of work or contracts that require legal signatures. This post explores tools for legally signing documents online.

SetFileLength – Set the length in bytes of the input file

‘ Set the length in bytes of the input file’ Example:’ Dim filePath As String = “c: est.txt”‘ MessageBox.Show(“Original length: ” & New System.IO.FileInfo(filePath)’ .Length)’ SetFileLength(filePath, 50000)’ MessageBox.Show(“New length: ” & New System.IO.FileInfo(filePath).Length)Sub SetFileLength(ByVal filePath As String, ByVal sizeInBytes As Long) Dim fs As System.IO.FileStream Try fs = New System.IO.FileStream(filePath,