Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / XlsxOpenOptions Class / DigitalSignatureOnly Property
In This Topic
    DigitalSignatureOnly Property
    In This Topic
    Indicates whether to open the workbook in digital signature only mode.

    In the digital signature only mode, existing signatures will be preserved unless you called ISignature.Delete. But you can only sign existing signature lines, add invisible signatures, remove digital signature of signed signature lines, or remove invisible signatures in this mode. Other changes will be discarded.

    After modifying digital signatures, you need to save the workbook to commit changes.

    True to open workbook in digital signature only mode. Otherwise, use normal mode. The default value is False.

    Syntax
    public System.bool DigitalSignatureOnly {get; set;}
    See Also