Foxit PDF SDK
FoxitPDFSDKPython2.RenderConfig Class Reference

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...
 

Detailed Description

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 .

Constructor & Destructor Documentation

◆ RenderConfig()

def FoxitPDFSDKPython2.RenderConfig.RenderConfig (   graphics_objs_count_in_one_step)

Constructor, with parameter.

Constructor.

Parameters
[in]graphics_objs_count_in_one_stepThe count of graphics objects to be rendered in one step during progressive rendering process. This should be a positive value.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.RenderConfig.Set (   graphics_objs_count_in_one_step)

Set value.

Parameters
[in]graphics_objs_count_in_one_stepThe count of graphics objects to be rendered in one step during progressive rendering process. This should be a positive value.

@ return None.