PDFBlackWhiteStripRenderingSurface Constructor(int,int)
In This Topic
Initializes a new
PDFBlackWhiteStripRenderingSurface object with the specified size.
Syntax
public PDFBlackWhiteStripRenderingSurface(
int ,
int
)
|
Parameters
- width
- The width in pixels of the rendering surface.
- height
- The height in pixels of the rendering surface.
See Also