Table of Contents

Constructor PageEdit

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

PageEdit(int, PageOrientations)

Creates a new page edit.

public PageEdit(int pageIndex, PageOrientations rotation = PageOrientations.Normal)

Parameters

pageIndex int

Zero-based index of the source page.

rotation PageOrientations

The rotation to apply. Defaults to Normal.

Share