Mako 7.3.0 API
JawsMako::IPageRaster Class Referenceabstract

A rasterized equivalent of a page from an IDocument. More...

#include <jawsmako.h>

Inheritance diagram for JawsMako::IPageRaster:

Public Member Functions

virtual uint32 getWidth () const =0
 Get the width of the raster image.
 
virtual uint32 getHeight () const =0
 Get the height of the raster image.
 
virtual uint32 getResX () const =0
 Get the resolution of the raster image along the X-axis.
 
virtual uint32 getResY () const =0
 Get the resolution of the raster image along the Y-axis.
 
virtual uint32 getBPC () const =0
 Get the number of bits per component.
 
virtual uint32 getNumComponents () const =0
 Get the number of component per pixel.
 
virtual uint32 getRawBytesPerRow () const =0
 Get the number of bytes per row.
 
virtual bool isBlank () const =0
 Return true if the page is unmarked.
 
virtual uint8 * getFrameBuffer () const =0
 Get the address the raw frame buffer.
 
virtual IDOMImagePtr getAsDOMImage () const =0
 Return an IDOMImage equivalent of the raster image. More...
 
virtual void releaseFrameBuffer ()=0
 Release the frame buffer for this raster.
 
- Public Member Functions inherited from IRCObject
virtual void addRef () const =0
 Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
 
virtual bool decRef () const =0
 Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to. More...
 
virtual int32 getRefCount () const =0
 Retrieve the current reference count of the actual object pointed to. More...
 
- Public Member Functions inherited from JawsMako::IHashable
virtual uint64 hash () const
 Obtain a 64-bit hash of the receiving object. More...
 
virtual void updateHash (uint64 &hash) const =0
 Update the given hash to include the receiver. More...
 

Additional Inherited Members

- Protected Member Functions inherited from IRCObject
virtual ~IRCObject ()
 Virtual destructor.
 

Detailed Description

A rasterized equivalent of a page from an IDocument.

Member Function Documentation

◆ getAsDOMImage()

virtual IDOMImagePtr JawsMako::IPageRaster::getAsDOMImage ( ) const
pure virtual

Return an IDOMImage equivalent of the raster image.

Returns
IDOMImagePtr the dom image.

The documentation for this class was generated from the following file: