'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
- The custom paper width to be used, in inches.
- PaperHeight
- The custom paper height to be used, in inches.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.