Table of Contents

Method SwapPages

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

SwapPages(int, int)

Interchanges positions of two pages.

public void SwapPages(int firstIndex, int secondIndex)

Parameters

firstIndex int

The index of the first page.

secondIndex int

The index of the second page.