SpreadsheetDocumentInfoIsPasswordProtected Property |
Gets is document password protected
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic bool IsPasswordProtected { get; }
Public ReadOnly Property IsPasswordProtected As Boolean
Get
public:
property bool IsPasswordProtected {
bool get ();
}
member IsPasswordProtected : bool with get
Property Value
Type:
Boolean
See Also