Click or drag to resize
LogoSettings Class
Exposes properties related to Company Logo.
Inheritance Hierarchy
SystemObject
  DigitalOfficePro.Html5PointSdkLogoSettings

Namespace: DigitalOfficePro.Html5PointSdk
Assembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax
public class LogoSettings : ILogoSettings

The LogoSettings type exposes the following members.

Constructors
  NameDescription
Public methodLogoSettings
Default Constructor for initialization
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyHeight
Image height, default value 50. Read/write.
Public propertyHyperlink
Image hyperlink. Read/write.
Public propertyImagePath
Company Logo image path. Read/write.
Public propertyLeft
Image position left, default value 0. Read/write.
Public propertyTop
Image position top, default value 0. Read/write.
Public propertyWidth
Image width, default value 100. Read/write.
Top
See Also