 | PdfViewerDrawPageBackColor Method |
Draws page background
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void DrawPageBackColor(
PdfBitmap bitmap,
int x,
int y,
int width,
int height
)
Protected Overridable Sub DrawPageBackColor (
bitmap As PdfBitmap,
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
protected:
virtual void DrawPageBackColor(
PdfBitmap^ bitmap,
int x,
int y,
int width,
int height
)
abstract DrawPageBackColor :
bitmap : PdfBitmap *
x : int *
y : int *
width : int *
height : int -> unit
override DrawPageBackColor :
bitmap : PdfBitmap *
x : int *
y : int *
width : int *
height : int -> unit protected void DrawPageBackColor(
PdfBitmap bitmap,
int x,
int y,
int width,
int height
)
function DrawPageBackColor(bitmap, x, y, width, height);
Parameters
- bitmap PdfBitmap
- The drawing surface
- x Int32
- Actual X position of the page
- y Int32
- Actual Y position of the page
- width Int32
- Actual width of the page
- height Int32
- Actual height of the page
Remarks
See Also