C# Class OneClick_PDF_Document_Generator.OneClickPDFButton

Inheritance: System.Web.UI.Page
Show file Open project: aspose-pdf/Aspose.Pdf-for-.NET

Protected Properties

Property Type Description
BTN_AttachToNote global::System.Web.UI.WebControls.Button
BTN_Download global::System.Web.UI.WebControls.Button
LBL_Message global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
BTN_AttachToNote_Click ( object sender, EventArgs e ) : void
BTN_Download_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CreateService ( string serverName, string OrganizationName, string Login, string Password, string Domain ) : OrganizationServiceProxy

Method Details

BTN_AttachToNote_Click() protected method

protected BTN_AttachToNote_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

BTN_Download_Click() protected method

protected BTN_Download_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

BTN_AttachToNote protected property

BTN_AttachToNote control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BTN_AttachToNote
return global::System.Web.UI.WebControls.Button

BTN_Download protected property

BTN_Download control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BTN_Download
return global::System.Web.UI.WebControls.Button

LBL_Message protected property

LBL_Message control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LBL_Message
return global::System.Web.UI.WebControls.Label

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm