VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormFieldList Class / ValidateInsertingItem(PdfInteractiveFormField) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ValidateInsertingItem(PdfInteractiveFormField) Method (PdfInteractiveFormFieldList)
    In This Topic
    Validates the item that should be inserted into PDF document.
    Syntax
    'Declaration
    
    Protected Overrides Sub ValidateInsertingItem( _
    ByVal item
    The item that inserting.
    As PdfInteractiveFormField _
    )
    protected override void ValidateInsertingItem(
    PdfInteractiveFormField item
    )
    protected: void ValidateInsertingItem(
    PdfInteractiveFormField* item
    ); override
    protected:
    void ValidateInsertingItem(
    PdfInteractiveFormField^ item
    ); override

    Parameters

    item
    The item that inserting.
    Exceptions
    ExceptionDescription
    Thrown if field collection already contains the field.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also