'Declaration
Public Overloads Function NewPage( _ ByVal PageSize As PdfPageSizes _ ) As GdPictureStatus
public GdPictureStatus NewPage( PdfPageSizes PageSize )
public function NewPage( PageSize: PdfPageSizes ): GdPictureStatus;
public function NewPage( PageSize : PdfPageSizes ) : GdPictureStatus;
public: GdPictureStatus NewPage( PdfPageSizes PageSize )
public: GdPictureStatus NewPage( PdfPageSizes PageSize )
Parameters
- PageSize
- A member of the PdfPageSizes enumeration. The predefined page size.
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.