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 bool CanEncrypt {get;}
@property (nonatomic, readonly) BOOL canEncrypt;
public boolean canEncrypt()
get_CanEncrypt();
public:
virtual property bool CanEncrypt
{
bool get()
}
true if this AnnEncryptObject object is ready to encrypt; otherwise, false.
This AnnEncryptObject object is ready to encrypt if the value of the Encryptor property is true and the IsEncrypted property is false (Apply 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