'Declaration
Public Function PrintSetPaperSize( _ ByVal PaperSize As PaperSize _ ) As GdPictureStatus
public GdPictureStatus PrintSetPaperSize( PaperSize PaperSize )
public function PrintSetPaperSize( PaperSize: PaperSize ): GdPictureStatus;
public function PrintSetPaperSize( PaperSize : PaperSize ) : GdPictureStatus;
public: GdPictureStatus PrintSetPaperSize( PaperSize* PaperSize )
public: GdPictureStatus PrintSetPaperSize( PaperSize^ PaperSize )
Parameters
- PaperSize
- A PaperSize object that defines the new value of the paper size to be used.
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.