GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / PrintSetUserPaperSize Method





In This Topic
PrintSetUserPaperSize Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function PrintSetUserPaperSize( _
   ByVal PaperWidth As Single, _
   ByVal PaperHeight As Single _
) As GdPictureStatus
public GdPictureStatus PrintSetUserPaperSize( 
   float PaperWidth,
   float PaperHeight
)
public function PrintSetUserPaperSize( 
    PaperWidth: Single;
    PaperHeight: Single
): GdPictureStatus; 
public function PrintSetUserPaperSize( 
   PaperWidth : float,
   PaperHeight : float
) : GdPictureStatus;
public: GdPictureStatus PrintSetUserPaperSize( 
   float PaperWidth,
   float PaperHeight
) 
public:
GdPictureStatus PrintSetUserPaperSize( 
   float PaperWidth,
   float PaperHeight
) 

Parameters

PaperWidth
PaperHeight
See Also