VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfSignatureInformation Class / SignedRevision Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SignedRevision Property (PdfSignatureInformation)
    In This Topic
    Gets the document revision of this signature.
    Syntax
    'Declaration
    
    Public ReadOnly Property SignedRevision As Vintasoft.Imaging.Pdf.PdfDocumentRevision
    
    
    public Vintasoft.Imaging.Pdf.PdfDocumentRevision SignedRevision { get; }
    
    
    public: __property Vintasoft.Imaging.Pdf.PdfDocumentRevision* get_SignedRevision();
    
    
    
    Remarks

    Document revision is authentic only if Verify method of this signature returns true.

    Requirements

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

    See Also