PageRenderAsBytes Method

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Overload List

  NameDescription
Public methodRenderAsBytes(Resolution, RenderingSettings, ErrorLogger)
Renders the specified page to an image represented by array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes), the stride width would be desiredWidth*4 in this case.
Public methodRenderAsBytes(Int32, Int32, RenderingSettings, ErrorLogger)
Renders the specified page to an image represented by array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes), the stride width would be desiredWidth*4 in this case.
Public methodRenderAsBytes(Resolution, Rectangle, RenderingSettings, ErrorLogger)
Renders the specified page to an image represented by array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes), the stride width would be desiredWidth*4 in this case.
Public methodRenderAsBytes(Int32, Int32, Rectangle, RenderingSettings, ErrorLogger)
Renders the specified page to an image represented by array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes), the stride width would be desiredWidth*4 in this case.
Public methodRenderAsBytes(Int32, Int32, Byte, RenderingSettings, ErrorLogger)
Renders the specified page to an image represented by array of bytes with pixel format BGRA8888(hence a pixel takes 4 bytes), the stride width would be desiredWidth*4 in this case.
Top
See Also

Reference