VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationList Class / ValidateInsertingItem(PdfAnnotation) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ValidateInsertingItem(PdfAnnotation) Method (PdfAnnotationList)
    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 PdfAnnotation _
    )
    protected override void ValidateInsertingItem(
    PdfAnnotation item
    )
    protected: void ValidateInsertingItem(
    PdfAnnotation* item
    ); override
    protected:
    void ValidateInsertingItem(
    PdfAnnotation^ item
    ); override

    Parameters

    item
    The item that inserting.
    Exceptions
    ExceptionDescription
    Thrown if annotation collection already contains the annotation.
    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