PrinterLogoLocation Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim printerLogoLocation1 As PrinterLogoLocation = PrinterLogoLocation.Bottom

Syntax

'Declaration
Public Enum PrinterLogoLocation
public enum PrinterLogoLocation
public enum class PrinterLogoLocation
public enum PrinterLogoLocation
public enum PrinterLogoLocation

Members

Member name Description
Bottom Place the logo at the bottom of the document.
Top Place the logo at the top of the document.

Remarks

Defines the possible locations for setting a logo. Used by the SetLogo method. Replaces the PTR_L_TOP and PTR_L_BOTTOM constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace