ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / RemoveForm Method




In This Topic
    RemoveForm Method
    In This Topic
    Deletes the form associated with the PDFDocument. This will remove all fields from the PDF document.
    Syntax
    'Declaration
     
    Public Sub RemoveForm() 
    'Usage
     
    Dim instance As ImGearPDFDocument
     
    instance.RemoveForm()
    public void RemoveForm()
    public: void RemoveForm(); 
    public:
    void RemoveForm(); 
    See Also