PrinterLogoLocation Enumeration
2/27/2008
Enumerates the possible locations for setting a logo.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration PrinterLogoLocation
public enum PrinterLogoLocation
public enum class PrinterLogoLocation
public enum PrinterLogoLocation
public enum PrinterLogoLocation
Members
Member name | Description |
---|---|
Bottom | Puts the logo at the bottom of the document. |
Top | Puts the logo at the top of the document. |
Remarks
Used by the SetLogo method. Members of this enumeration replace the PTR_L_TOP and PTR_L_BOTTOM UPOS constants.