This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.PutCustomSize Method (ArcObjects .NET 10.4 SDK) |
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