Gets or sets the Url of your business logo, to be displayed on your customers' payment pages.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [BindableAttribute(true)] [DescriptionAttribute("Item image/business logo url (150x50 pixels, appears on purchase page)")] [CategoryAttribute("Appearance")] [DefaultValueAttribute("")] public string BusinessLogo { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <BindableAttribute(True)> _ <DescriptionAttribute("Item image/business logo url (150x50 pixels, appears on purchase page)")> _ <CategoryAttribute("Appearance")> _ <DefaultValueAttribute("")> _ 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.