| Visual Basic | |
|---|---|
Sub IsReadOnly( _ ByRef ReadOnly As System.Boolean _ ) | |
| C# | |
|---|---|
void IsReadOnly( out System.bool ReadOnly ) | |
| JavaScript | |
|---|---|
IsReadOnly( ) : Boolean | |
Parameters
- ReadOnly[out] or Return Value
- True if the document is read only, false if not
DraftSight V1R1
Syntax