Page Methods

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Methods

  NameDescription
Public methodRender(RenderingSettings, ErrorLogger)
Renders the page to an image using its width and height as dimensions for resulting image.
Public methodRender(Bitmap, RenderingSettings, ErrorLogger)
Renders the page to an external bitmap with pixel format Format32bppArgb.
Public methodRender(Resolution, RenderingSettings, ErrorLogger)
Renders the page to an image using the desired resolution.
Public methodRender(Int32, Int32, RenderingSettings, ErrorLogger)
Renders the page to an image.
Public methodRender(Resolution, Rectangle, RenderingSettings, ErrorLogger)
Renders the page to an image using the desired resolution.
Public methodRender(Int32, Int32, Rectangle, RenderingSettings, ErrorLogger)
Renders the page to an image.
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.
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.
Public methodTransformRegion(SearchResultRegion, Resolution, RenderingSettings)
Transforms the region specified in original page space, to transformed page space using the RenderingSettings given for rendering. This method can be used for SearchResultItem mapping to rendered page.
Public methodTransformRegion(SearchResultRegion, Int32, Int32, RenderingSettings)
Transforms the region specified in original page space, to transformed page space using the RenderingSettings given for rendering. This method can be used for SearchResultItem mapping to rendered page.
Top
See Also

Reference