get the max content width in this rect

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

Syntax

C#
public int ContentWidth { get; }
Visual Basic
Public ReadOnly Property ContentWidth As Integer
	Get
Visual C++
public:
property int ContentWidth {
	int get ();
}

See Also