'Declaration
Public Overloads Function GridSplit( _ ByVal RowCount As Integer, _ ByVal ColumnCount As Integer, _ ByVal Ordering As PdfGridSplitOrdering _ ) As GdPictureStatus
public GdPictureStatus GridSplit( int RowCount, int ColumnCount, PdfGridSplitOrdering Ordering )
public function GridSplit( RowCount: Integer; ColumnCount: Integer; Ordering: PdfGridSplitOrdering ): GdPictureStatus;
public function GridSplit( RowCount : int, ColumnCount : int, Ordering : PdfGridSplitOrdering ) : GdPictureStatus;
public: GdPictureStatus GridSplit( int RowCount, int ColumnCount, PdfGridSplitOrdering Ordering )
public: GdPictureStatus GridSplit( int RowCount, int ColumnCount, PdfGridSplitOrdering Ordering )
Parameters
- RowCount
- A integer value specifying number of rows in uniform grid. The value is expected to be higher than 0.
- ColumnCount
- A integer value specifying number of columns in uniform grid. The value is expected to be higher than 0.
- Ordering
- Member of the PdfGridSplitOrdering enumeration specifying ordering of the splitted page regions."
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.