Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._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. | |
This class represents setting data for print device. This would be used in class Renderer .
def FoxitPDFSDKPython3.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).
[in] | settings | Another print device settings object. |
[in] | device_width | The width of the device in pixels. |
[in] | device_height | The height of the device in pixels. |
[in] | device_margin | The 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] | orientation | Orientation flag. Please refer to values starting from and this should be one of these values. |
[in] | resolution | The resolution of the device in pixels per inch. |
[in] | copies | The number of copies to be printed. This parameter only has an effect on PostScrip files. |
def FoxitPDFSDKPython3.PrintDeviceSettingData.Set | ( | device_width, | |
device_height, | |||
device_margin, | |||
orientation, | |||
resolution, | |||
copies | |||
) |
Set value.
[in] | device_width | The width of the device in pixels. |
[in] | device_height | The height of the device in pixels. |
[in] | device_margin | The 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] | orientation | Orientation flag. Please refer to values starting from and this should be one of these values. |
[in] | resolution | The resolution of the device in pixels per inch. |
[in] | copies | The number of copies to be printed. This parameter only has an effect on PostScrip files. |
|
static |
The page margins of the device.