Gets or sets the Url of your business logo, to be displayed on your customers' payment pages.

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Item image/business logo url (150x50 pixels, appears on purchase page)")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[BindableAttribute(true)]
public string BusinessLogo { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<CategoryAttribute("Appearance")> _
<DescriptionAttribute("Item image/business logo url (150x50 pixels, appears on purchase page)")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<BindableAttribute(True)> _
Public Property BusinessLogo As String

Remarks

The logo is optional. If you do provide a logo, it should be an image 150 by 50 pixels and it should be hosted on a secure (Https) server. If you provide a logo hosted on a regular (http) server, the browser will show warnings when the secure PayPal site loads the logo from the http site.

See Also