[]
Gets the "vertical resolution" field in the additional information dialog.
int VerticalResolution { get; }
ReadOnly Property VerticalResolution As Integer
workbook.Open(GetSignedWorkbookStream());
ISignature signature = workbook.Signatures[0];
IReadOnlySignatureDetails details = signature.Details;
int verticalResolution = details.VerticalResolution;