Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsReadOnly Property






Indicates that this document is read-only and cannot be modified.
Syntax
public bool IsReadOnly {get; set;}
'Declaration
 
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As Document
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
public boolean isReadOnly()
public void setReadOnly(boolean value)
            
public:
property bool IsReadOnly {
   bool get();
   void set (    bool value);
}

Property Value

true if this document is read-only and cannot be modified, otherwise; false. Default value is false.
Remarks

Setting is IsReadOnly to true will turn this document into a read-only version. This a logical only operation that can be set by user applications for sanity checking, the Document itself will not behave any differently when any of the methods and properties are accessed except for the following methods which will throw an exception:

Requirements

Target Platforms

See Also

Reference

Document Class
Document Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features