Aspose::Words::Saving::MultiPageLayout::Grid method

MultiPageLayout::Grid method

Creates a layout in which pages are rendered left-to-right, top-to-bottom, in a grid with the specified number of columns.

static System::SharedPtr<Aspose::Words::Saving::MultiPageLayout> Aspose::Words::Saving::MultiPageLayout::Grid(int32_t columns, float horizontalGap, float verticalGap)
ParameterTypeDescription
columnsint32_tThe number of columns in the layout. Must be greater than zero.
horizontalGapfloatThe horizontal gap between columns in points.
verticalGapfloatThe vertical gap between rows in points.

See Also