C# Class DocumentExplorerExample.GoToPageForm

Lets the user specify the page number to go to.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: aspose-words/Aspose.Words-for-.NET Class Usage Examples

Public Methods

Method Description
GoToPageForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GoToPageForm_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify The contents of this method with the code editor.

TryParse ( string text, int &value ) : bool
okButton_Click ( object sender, System e ) : void
pageNumberTextBox_TextChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GoToPageForm() public method

public GoToPageForm ( ) : System
return System