This document is archived and information here might be outdated. Recommended version. |
The size of the page in page units.
[Visual Basic .NET]
Public Sub PutCustomSize ( _
ByVal Width As Double, _
ByVal Height As Double _
)
[C#]
public void PutCustomSize (
double Width,
double Height
);
[C++]
HRESULT PutCustomSize(
double Width,
double Height
);
[C++] Parameters Width [in]
Width is a parameter of type double Height [in]
Height is a parameter of type double