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

Syntax

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

See Also