C# Class printeco_exceladdin.AddinModule

Inheritance: AddinExpress.MSO.ADXAddinModule
Datei anzeigen Open project: chriscortez/printeco_office

Public Properties

Property Type Description
printThis bool
printerToUse string

Public Methods

Method Description
AddinModule ( ) : System
GetContainer ( ) : System.ComponentModel.IContainer
UninstallControls ( ) : void
resetOrigSettings ( ) : void

Private Methods

Method Description
AddinRegister ( Type t ) : void
AddinUnregister ( Type t ) : void
InitializeComponent ( ) : void

Required by designer support - do not modify the following method

PrintEcoButton_OnClick ( object sender, AddinExpress control, bool pressed ) : void
closeBtn_OnClick ( object sender, AddinExpress control, bool pressed ) : void
computeOrientation ( ) : void
customPageRemoval ( ) : void
getOrigSettings ( ) : void
optimizeDocument ( ) : void
pageRemovalBtn_OnClick ( object sender, AddinExpress control, bool pressed ) : void
printBtn_OnClick ( object sender, AddinExpress control, bool pressed ) : void
printDocument ( ) : void
resetPrintPreviewRibbon ( ) : void
setMargins ( ) : void
setZoomLevel ( ) : void
setupPrintPreviewRibbon ( ) : void
toggleOriginalBtn_OnClick ( object sender, AddinExpress control, bool pressed ) : void
updatePageLbl ( ) : void

Method Details

AddinModule() public method

public AddinModule ( ) : System
return System

GetContainer() public method

public GetContainer ( ) : System.ComponentModel.IContainer
return System.ComponentModel.IContainer

UninstallControls() public method

public UninstallControls ( ) : void
return void

resetOrigSettings() public method

public resetOrigSettings ( ) : void
return void

Property Details

printThis public_oe static_oe property

public static bool printThis
return bool

printerToUse public_oe static_oe property

public static string printerToUse
return string