Foxit PDF SDK
FoxitPDFSDKPython3.RenderConfig Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def RenderConfig ()
 Constructor.

 
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 FoxitPDFSDKPython3.Library.GetRenderConfig and be set by function FoxitPDFSDKPython3.Library.SetRenderConfig .

Member Function Documentation

◆ Set()

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