[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails.HorizontalResolution

HorizontalResolution Property

HorizontalResolution

Gets the "horizontal resolution" field in the additional information dialog.

Use this property to read the horizontal display resolution stored in these signature details.

Declaration
public int HorizontalResolution { get; set; }
Public Property HorizontalResolution As Integer
Examples
SignatureDetails details = new SignatureDetails();
details.HorizontalResolution = 1920;
int horizontalResolution = details.HorizontalResolution;