C# 클래스 printeco_exceladdin.AddinModule

상속: AddinExpress.MSO.ADXAddinModule
파일 보기 프로젝트 열기: chriscortez/printeco_office

공개 프로퍼티들

프로퍼티 타입 설명
printThis bool
printerToUse string

공개 메소드들

메소드 설명
AddinModule ( ) : System
GetContainer ( ) : System.ComponentModel.IContainer
UninstallControls ( ) : void
resetOrigSettings ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddinModule() 공개 메소드

public AddinModule ( ) : System
리턴 System

GetContainer() 공개 메소드

public GetContainer ( ) : System.ComponentModel.IContainer
리턴 System.ComponentModel.IContainer

UninstallControls() 공개 메소드

public UninstallControls ( ) : void
리턴 void

resetOrigSettings() 공개 메소드

public resetOrigSettings ( ) : void
리턴 void

프로퍼티 상세

printThis 공개적으로 정적으로 프로퍼티

public static bool printThis
리턴 bool

printerToUse 공개적으로 정적으로 프로퍼티

public static string printerToUse
리턴 string