Overload | Description |
---|---|
GridSplit(Int32,Int32,PdfGridSplitOrdering) | Splits the curently selected page into separate new pages according to regions defined by uniform grid. The grid defined by row and column counts. |
GridSplit(IEnumerable<Single>,IEnumerable<Single>,PdfGridSplitOrdering) | Splits the curently selected page into separate new pages according to regions defined by grid. The grid is defined by row and column stops. |