C# Class PdfMod.Pdf.Actions.MoveAction

Inheritance: BasePageAction
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

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

Method Details

MoveAction() public méthode

public MoveAction ( Document document, IEnumerable pages, int to_index ) : System
document Document
pages IEnumerable
to_index int
Résultat System

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void