Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | RenderConfig (graphics_objs_count_in_one_step) |
Constructor, with parameter. More... | |
def | Set (graphics_objs_count_in_one_step) |
Set value. More... | |
This class represents rendering configuration which is a global configuration. This configuration can be retrieved by function FoxitPDFSDKPython2.Library.GetRenderConfig and be set by function FoxitPDFSDKPython2.Library.SetRenderConfig .
def FoxitPDFSDKPython2.RenderConfig.RenderConfig | ( | graphics_objs_count_in_one_step | ) |
Constructor, with parameter.
Constructor.
[in] | graphics_objs_count_in_one_step | The count of graphics objects to be rendered in one step during progressive rendering process. This should be a positive value. |
def FoxitPDFSDKPython2.RenderConfig.Set | ( | graphics_objs_count_in_one_step | ) |
Set value.
[in] | graphics_objs_count_in_one_step | The count of graphics objects to be rendered in one step during progressive rendering process. This should be a positive value. |
@ return None.