Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool ReadOnly { set; }
Visual Basic
Public WriteOnly Property ReadOnly As Boolean
	Set
Visual C++
public:
property bool ReadOnly {
	void set (bool value);
}

See Also