Sets new size of pages in a document in centimeters.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetSizeCm(
	double width,
	double height
)
Visual Basic
Public Sub SetSizeCm ( _
	width As Double, _
	height As Double _
)
Visual C++
public:
void SetSizeCm(
	double width, 
	double height
)

Parameters

width
Type: System..::..Double
width of a page.
height
Type: System..::..Double
height of a page.

See Also