C# Class PdfMod.Pdf.Actions.MoveAction

Inheritance: BasePageAction
Datei anzeigen Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method Description
MoveAction ( Document document, IEnumerable pages, int to_index ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

MoveAction() public method

public MoveAction ( Document document, IEnumerable pages, int to_index ) : System
document Document
pages IEnumerable
to_index int
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void