Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Single
h
Single
IsRatio
Boolean

See Also