Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
virtual float | GetTableTopMarginToPage (int page_index) |
A callback function to get the top margin of the table to be generated to a new page. More... | |
virtual void | Release () |
A callback function used to release current callback object itself. More... | |
This class represents a callback object for generating table. All the pure virtual functions in this class are used as callback functions and should be implemented by user.
|
inlinevirtual |
A callback function to get the top margin of the table to be generated to a new page.
[in] | page_index | The page index. It would start from 0. |
|
inlinevirtual |
A callback function used to release current callback object itself.