VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.DigitalSignatures Namespace / PdfSignatureInformation Class / IsTimeStamp Property
Syntax Requirements SeeAlso
In This Topic
    IsTimeStamp Property (PdfSignatureInformation)
    In This Topic
    Gets a value indicating whether signature is a document timestamp signature.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsTimeStamp As Boolean
    
    
    public bool IsTimeStamp { get; }
    
    
    public: __property bool get_IsTimeStamp();
    
    
    
    public:
    property bool IsTimeStamp { bool get(); }

    Property Value

    True if signature is a document timestamp signature; otherwise, false.
    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