PageRenderAsInts Method

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

  NameDescription
Public methodRenderAsInts(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.
Public methodRenderAsInts(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.
Public methodRenderAsInts(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.
Public methodRenderAsInts(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.
Public methodRenderAsInts(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.
Top
See Also

Reference