Foxit PDF SDK
9.1
|
Preflight library type: Foxit.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor and set the default value. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithDevice_width:device_height:device_margin:orientation:resolution:copies: |
Constructor, with parameters. More... | |
(id) | - initWithSettings: |
Constructor, with another print device setting data object. More... | |
(void) | - set:device_height:device_margin:orientation:resolution:copies: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
unsigned int | copies |
The number of copies to be printed. This parameter only has an effect on PostScrip files. More... | |
int | device_height |
The height of the device in pixels. More... | |
FSRectF * | device_margin |
The page margins of the device. More... | |
int | device_width |
The width of the device in pixels. More... | |
FSPrintDeviceSettingDataOrientationFlag | orientation |
Orientation flag. Please refer to values starting from endlinkandthisshouldbeoneofthesevalues.<br> More... | |
int | resolution |
The resolution of the device in pixels per inch. More... | |
Preflight library type: Foxit.
Preflight library type: Standards.
Preflight library type: Prepress,Color and Transparency.
This class represents setting data for print device. This would be used in class FSRenderer .
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor and set the default value.
By default, the pixel value of an A4 paper is set to 300 dpi (dots per inch).
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithDevice_width: | (int) | device_width | |
device_height: | (int) | device_height | |
device_margin: | (FSRectF*) | device_margin | |
orientation: | (FSPrintDeviceSettingDataOrientationFlag) | orientation | |
resolution: | (int) | resolution | |
copies: | (unsigned int) | copies | |
Constructor, with parameters.
[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 endlinkandthisshouldbeoneofthesevalues.<br>@param[in]resolutionTheresolutionofthedeviceinpixelsperinch.<br>@param[in]copiesThenumberofcopiestobeprinted.ThisparameteronlyhasaneffectonPostScripfiles.<br> |
- (id) initWithSettings: | (FSPrintDeviceSettingData*) | settings |
Constructor, with another print device setting data object.
[in] | settings | Another print device settings object. |
- (void) set: | (int) | device_width | |
device_height: | (int) | device_height | |
device_margin: | (FSRectF*) | device_margin | |
orientation: | (FSPrintDeviceSettingDataOrientationFlag) | orientation | |
resolution: | (int) | resolution | |
copies: | (unsigned int) | 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 endlinkandthisshouldbeoneofthesevalues.<br>@param[in]resolutionTheresolutionofthedeviceinpixelsperinch.<br>@param[in]copiesThenumberofcopiestobeprinted.ThisparameteronlyhasaneffectonPostScripfiles.<br>@returnNone.<br> |
|
protected |
|
protected |
|
readwritenonatomicassign |
The number of copies to be printed. This parameter only has an effect on PostScrip files.
|
readwritenonatomicassign |
The height of the device in pixels.
|
readwritenonatomiccopy |
The page margins of the device.
|
readwritenonatomicassign |
The width of the device in pixels.
|
readwritenonatomicassign |
Orientation flag. Please refer to values starting from endlinkandthisshouldbeoneofthesevalues.<br>
|
readwritenonatomicassign |
The resolution of the device in pixels per inch.