Aspose::Words::Saving::MultiPageLayout::Horizontal method

MultiPageLayout::Horizontal method

Creates a layout in which all specified pages are rendered horizontally side by side, left to right, in a single output.

static System::SharedPtr<Aspose::Words::Saving::MultiPageLayout> Aspose::Words::Saving::MultiPageLayout::Horizontal(float horizontalGap)
ParameterTypeDescription
horizontalGapfloatThe horizontal gap between pages in points.

See Also