FileInfoEncrypted Property |
Indicates that file is encrypted.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic bool Encrypted { get; set; }
Public Property Encrypted As Boolean
Get
Set
public:
property bool Encrypted {
bool get ();
void set (bool value);
}
member Encrypted : bool with get, set
Property Value
Type:
Boolean
See Also