VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfDocumentLtv Class / AddLtvInfo(PdfDocument) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddLtvInfo(PdfDocument) Method (PdfDocumentLtv)
    In This Topic
    Adds long term validation (LTV) information to all signatures of specified PDF document.
    Syntax
    'Declaration
    
    Public Shared Function AddLtvInfo( _
    ByVal document
    The PDF document.
    As Vintasoft.Imaging.Pdf.PdfDocument _
    ) As System.Int32
    public static System.Int32 AddLtvInfo(
    Vintasoft.Imaging.Pdf.PdfDocument document
    )
    public: static System.Int32 AddLtvInfo(
    Vintasoft.Imaging.Pdf.PdfDocument* document
    )
    public:
    static System.Int32 AddLtvInfo(
    Vintasoft.Imaging.Pdf.PdfDocument^ document
    )

    Parameters

    document
    The PDF document.

    Return Value

    The count of signatures that LTV was added.
    Exceptions
    ExceptionDescription
    Thrown if PDF document does not have interactive form OR PDF document does not have signature fields OR PDF document has invalid signature.
    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