Presentation
SetPageSize Method
|
Set page size.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SetPageSize(
float w,
float h,
bool IsRatio
)
Public Sub SetPageSize (
w As Single,
h As Single,
IsRatio As Boolean
)
public:
void SetPageSize(
float w,
float h,
bool IsRatio
)
member SetPageSize :
w : float32 *
h : float32 *
IsRatio : bool -> unit
Parameters
-
w
-
Type:
System
Single
Width or width ratio
-
h
-
Type:
System
Single
Height or height ratio
-
IsRatio
-
Type:
System
Boolean
See Also