Leadtools.Pdf Namespace > PDFDocument Class > Dispose Method : Dispose() Method |
public void Dispose()
'Declaration Public Overloads Sub Dispose()
'Usage Dim instance As PDFDocument instance.Dispose()
public: void Dispose();
The PDFDocument class implements the System.IDisposable interface, it is recommended that you follow the standard .NET dispose pattern when using the PDFDocument class. For more information, refer to the System.IDisposable interface documentation in MSDN.
For an example, refer to PDFDocument.