C# Class VietOCR.NET.SplitPdfDialog

Mostra file Open project: nguyenq/VietOCR3.NET Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
buttonBrowseInput_Click void
buttonBrowseOutput_Click void
buttonSplit_Click void
disableBoxes void
radioButtonFiles_CheckedChanged void
radioButtonPages_CheckedChanged void

Public Methods

Method Description
ChangeUILanguage ( string locale ) : void

Changes localized text and messages

SplitPdfDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

buttonBrowseInput_Click ( object sender, EventArgs e ) : void
buttonBrowseOutput_Click ( object sender, EventArgs e ) : void
buttonSplit_Click ( object sender, EventArgs e ) : void
disableBoxes ( bool enabled ) : void
radioButtonFiles_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonPages_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

ChangeUILanguage() public method

Changes localized text and messages
public ChangeUILanguage ( string locale ) : void
locale string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SplitPdfDialog() public method

public SplitPdfDialog ( ) : System
return System