VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationXfdfCodec Class / NeedSerializeAnnotation(PdfAnnotation) Method
Syntax Requirements SeeAlso
In This Topic
    NeedSerializeAnnotation(PdfAnnotation) Method (PdfAnnotationXfdfCodec)
    In This Topic
    Returns a value indicating whether PDF annotation must be serialized.
    Syntax
    'Declaration
    
    Protected Overrides Function NeedSerializeAnnotation( _
    ByVal annotation
    The PDF annotation to check.
    As PdfAnnotation _
    ) As Boolean
    protected override bool NeedSerializeAnnotation(
    PdfAnnotation annotation
    )
    protected: bool NeedSerializeAnnotation(
    PdfAnnotation* annotation
    ); override
    protected:
    bool NeedSerializeAnnotation(
    PdfAnnotation^ annotation
    ); override

    Parameters

    annotation
    The PDF annotation to check.

    Return Value

    True - codec must serialize PDF annotation; false - codec must not serialize PDF 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