Method SetSignBackground
SetSignBackground(Bitmap)
Sets the given image to be used as the sign backgorund.
Declaration
public Error SetSignBackground(Bitmap bitmap)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Bitmap | bitmap | The image. |
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
If a black and white pad is connected, it is recommended to pass a black and white image.
SetSignBackground(Byte[])
Declaration
public Error SetSignBackground(byte[] image)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | image |
Returns
Type | Description |
---|---|
Error |
SetSignBackground(Byte[], Int32, Int32)
Declaration
public Error SetSignBackground(byte[] image, int page, int numberOfPages)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | image | |
System.Int32 | page | |
System.Int32 | numberOfPages |
Returns
Type | Description |
---|---|
Error |
SetSignBackground(Bitmap, Int32, Int32)
Sets the sign background as well as the page number text.
Declaration
public Error SetSignBackground(Bitmap bitmap, int page, int numberOfPages)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Bitmap | bitmap | The image |
System.Int32 | page | The page number. |
System.Int32 | numberOfPages | The total number of pages. |
Returns
Type | Description |
---|---|
Error |
SetSignBackground(String)
Reads an image from a file to be used as the sign background.
Declaration
public Error SetSignBackground(string fileNameAndPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileNameAndPath |
Returns
Type | Description |
---|---|
Error | Error |