Gets a value indicating whether this AnnEncryptObject object is ready to encrypt.
public virtual bool CanEncrypt { get; }
Public Overridable ReadOnly Property CanEncrypt As Boolean
public:
virtual property bool CanEncrypt {
bool get();
}
true if this AnnEncryptObject object is ready to encrypt; false otherwise.
This AnnEncryptObject object is ready to encrypt if the value of the Encryptor property is true and the IsEncrypted property is false (Apply(rasterimageviewer) has not yet been called).
For an example, refer to AnnEncryptObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET