Foxit PDF SDK
FoxitPDFSDKPython2.PrintDeviceSettingData Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def PrintDeviceSettingData ()
 Constructor and set the default value.
More...
 
def Set (device_width, device_height, device_margin, orientation, resolution, copies)
 Set value.
More...
 

Static Public Attributes

 copies = _fsdk.PrintDeviceSettingData_copies
 The number of copies to be printed. This parameter only has an effect on PostScrip files.

 
 device_height = _fsdk.PrintDeviceSettingData_device_height
 The height of the device in pixels.

 
 device_margin = _fsdk.PrintDeviceSettingData_device_margin
 The page margins of the device.
More...
 
 device_width = _fsdk.PrintDeviceSettingData_device_width
 The width of the device in pixels.

 
 e_Landscape = _fsdk.PrintDeviceSettingData_e_Landscape
 Landscape orientation for printing.

 
 e_Portrait = _fsdk.PrintDeviceSettingData_e_Portrait
 Portrait orientation for printing.

 
 orientation = _fsdk.PrintDeviceSettingData_orientation
 Orientation flag. Please refer to values starting from and this should be one of these values.
 
 resolution = _fsdk.PrintDeviceSettingData_resolution
 The resolution of the device in pixels per inch.

 

Detailed Description

This class represents setting data for print device. This would be used in class Renderer .

See also
Renderer

Constructor & Destructor Documentation

◆ PrintDeviceSettingData()

def FoxitPDFSDKPython2.PrintDeviceSettingData.PrintDeviceSettingData ( )

Constructor and set the default value.

Constructor, with parameters.

Constructor, with another print device setting data object.

By default, the pixel value of an A4 paper is set to 300 dpi (dots per inch).

Parameters
[in]settingsAnother print device settings object.
[in]device_widthThe width of the device in pixels.
[in]device_heightThe height of the device in pixels.
[in]device_marginThe page margins of the device. it does not represent a rectangle. It just defines the left margin, bottom margin, right margin and top margin of the device.
[in]orientationOrientation flag. Please refer to values starting from and this should be one of these values.
[in]resolutionThe resolution of the device in pixels per inch.
[in]copiesThe number of copies to be printed. This parameter only has an effect on PostScrip files.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.PrintDeviceSettingData.Set (   device_width,
  device_height,
  device_margin,
  orientation,
  resolution,
  copies 
)

Set value.

Parameters
[in]device_widthThe width of the device in pixels.
[in]device_heightThe height of the device in pixels.
[in]device_marginThe page margins of the device. it does not represent a rectangle. It just defines the left margin, bottom margin, right margin and top margin of the device.
[in]orientationOrientation flag. Please refer to values starting from and this should be one of these values.
[in]resolutionThe resolution of the device in pixels per inch.
[in]copiesThe number of copies to be printed. This parameter only has an effect on PostScrip files.
Returns
None.

Member Data Documentation

◆ device_margin

FoxitPDFSDKPython2.PrintDeviceSettingData.device_margin = _fsdk.PrintDeviceSettingData_device_margin
static

The page margins of the device.

Note
This value does not represent a rectangle. It just defines the left margin, bottom margin, right margin and top margin of the device. The value should not be negative.