Page size. A member of the WiaPageSize enumeration.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / WiaSetPaperSize Method

WiaSetPaperSize Method (GdPictureImaging)

In This Topic
Sets the current paper size.
Syntax
'Declaration
 
Public Function WiaSetPaperSize( _
   ByVal PageSize As WiaPageSize _
) As Boolean
public bool WiaSetPaperSize( 
   WiaPageSize PageSize
)
public function WiaSetPaperSize( 
    PageSize: WiaPageSize
): Boolean; 
public function WiaSetPaperSize( 
   PageSize : WiaPageSize
) : boolean;
public: bool WiaSetPaperSize( 
   WiaPageSize PageSize
) 
public:
bool WiaSetPaperSize( 
   WiaPageSize PageSize
) 

Parameters

PageSize
Page size. A member of the WiaPageSize enumeration.

Return Value

True if success, else False. Use WiaGetLastError() methods for diagnosing the error.
See Also