[]
Gets the "horizontal resolution" field in the additional information dialog.
Use this property to read the horizontal display resolution stored in these signature details.
public int HorizontalResolution { get; set; }
Public Property HorizontalResolution As Integer
SignatureDetails details = new SignatureDetails();
details.HorizontalResolution = 1920;
int horizontalResolution = details.HorizontalResolution;