Skip to content

PageWidth Property

page width setting, if not set is set by default value, if default value is less than max page width, the page width is the max page width

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

Syntax

C#
public int PageWidth { get; set; }
Visual Basic
Public Property PageWidth As Integer
	Get
	Set
Visual C++
public:
property int PageWidth {
	int get ();
	void set (int value);
}

See Also