[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IReadOnlySignatureDetails.Monitors

Monitors Property

Monitors

Gets the "monitors" field in the additional information dialog.

Use this property to read the number of monitors recorded in the signature metadata returned by Details.

Declaration
int Monitors { get; }
ReadOnly Property Monitors As Integer
Examples
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
int monitors = details.Monitors;