Apitron.PDF.Rasterizer library for .NET
Top
Overload List
Name | Description | |
---|---|---|
RenderAsInts(Resolution, RenderingSettings, ErrorLogger) |
Renders the page to an image represented by array of integers with pixel format ARGB8888(hence one array element represents one pixel), the stride width would be desiredWidth in this case.
| |
RenderAsInts(Int32, Int32, RenderingSettings, ErrorLogger) |
Renders the page to an image represented by array of integers with pixel format ARGB8888(hence one array element represents one pixel), the stride width would be desiredWidth in this case.
| |
RenderAsInts(Resolution, Rectangle, RenderingSettings, ErrorLogger) |
Renders the page to an image represented by array of integers with pixel format ARGB8888(hence one array element represents one pixel), the stride width would be desiredWidth in this case.
| |
RenderAsInts(Int32, Int32, Rectangle, RenderingSettings, ErrorLogger) |
Renders the page to an image represented by array of integers with pixel format ARGB8888(hence one array element represents one pixel), the stride width would be desiredWidth in this case.
| |
RenderAsInts(Int32, Int32, Int32, RenderingSettings, ErrorLogger) |
Renders the specified page to an image represented by array of integers with pixel format ARGB8888(hence one array element represents one pixel), the stride width would be desiredWidth in this case.
|
See Also