Presentation
IsDigitallySigned Property
|
Indicates whether this spreadsheet is digitally signed.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsDigitallySigned { get; }
Public ReadOnly Property IsDigitallySigned As Boolean
Get
public:
property bool IsDigitallySigned {
bool get ();
}
member IsDigitallySigned : bool with get
Property Value
Type:
Boolean
See Also