ComponentOne Word for UWP
SetPageSettings Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : SetPageSettings Method
The size of the current page.
The print margins for the current page.
Set current page settings from this document.
Syntax
'Declaration
 
Public Sub SetPageSettings( _
   ByVal pageSize As Windows.Foundation.Size, _
   ByVal margins As Windows.Foundation.Size _
) 
public void SetPageSettings( 
   Windows.Foundation.Size pageSize,
   Windows.Foundation.Size margins
)

Parameters

pageSize
The size of the current page.
margins
The print margins for the current page.
See Also

Reference

C1WordDocument Class
C1WordDocument Members