PDFView4NET WPF Edition
Dispose Method (PDFFieldCollection)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldCollection Class : Dispose Method
Disposes the internal objects and resources.
Syntax
'Declaration
 
<ObfuscationAttribute(True)>
Public Sub Dispose() 
'Usage
 
Dim instance As PDFFieldCollection
 
instance.Dispose()
[Obfuscation(true)]
public void Dispose()
[Obfuscation(true)]
public: void Dispose(); 
[Obfuscation(true)]
public:
void Dispose(); 
Remarks
This method also calls Dispose on the objects in the collection. If you want to remove the items from the collection then call the Clear method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFieldCollection Class
PDFFieldCollection Members