Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithPrint_params: |
Constructor, with another print parameters object. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
FSPrintParamsBookletBinding | binding |
The value determines the paper binding direction and the page arrange order. Please refer to values starting from FSPrintParamsBookletBindingRight and this should be one of these values. More... | |
FSPrintParamsBookletDuplexMode | booklet_duplex_mode |
The value determines the duplex printing mode when printing a booklet.Please refer to values starting from FSPrintParamsBookletDuplexModeBothSides and this should be one of these values. More... | |
FSPrintParamsDuplexType | duplex_type |
Sets the printing duplex mode to simplex, duplex long edge, or duplex short edge feed. Please refer to values starting from FSPrintParamsDuplexTypeSimplex and this should be one of these values. More... | |
FSPrintParamsPrintHandling | handling |
The print handling type.Please refer to values starting from FSPrintParamsPrintHandlingNone and this should be one of these values. More... | |
BOOL | is_print_as_image |
YES means that pages should be printed as image. More... | |
BOOL | is_print_auto_center |
YES means that each page is automatically centered relative to the paper. More... | |
BOOL | is_print_auto_rotate |
YES means that automatically rotates each page to match the page orientation to the available paper area during Multiple Pages Per Sheet printing. NO means not. More... | |
BOOL | is_print_page_border |
A boolean value that if true, draws and prints a page boundary around each of the pages during Multiple Pages Per Sheet printing. More... | |
BOOL | is_reverse |
YES means that the printing order should be from parameter end to parameter start. More... | |
BOOL | is_show_ui |
YES means that a UI should be presented to the user to obtain printing information and confirm the action. More... | |
BOOL | is_simulate_overprinting |
YES means to do overprint preview when printing. NO means not. More... | |
BOOL | is_tile_label |
Label each page of tiled output. Labeled pages indicate row and column, file name, and print date. More... | |
int | num_copies |
The number of copies to be printed. More... | |
int | num_pages_h |
The number of pages to lay out in the horizontal direction when printing Multiple Pages Per Sheet. More... | |
int | num_pages_v |
The number of pages to lay out in the vertical direction when printing Multiple Pages Per Sheet. More... | |
NSString * | output_file_name |
The device-independent path for a file name to be used instead of sending the print job to the printer (Print to File). More... | |
FSPrintParamsPageOrder | page_order |
The value determines how the multiple pages are laid out on the sheet. Please refer to values starting from FSPrintParamsPageOrderHorizontal and this should be one of these values. More... | |
FSRange * | page_range |
A range object to specify the page range for printing. All the indexes represented in this range would start from 0 and less than page count of the specified document. More... | |
FSPrintParamsPrintContent | print_content |
Specif content for printing. Please refer to values starting from FSPrintParamsPrintContentDocument and this should be one of these values. More... | |
NSString * | printer_name |
The default printer name for printing. More... | |
BOOL | tile_mark |
YES means to cut the page, and NO means not. More... | |
float | tile_overlap |
The number of points that tiled pages have in common. More... | |
float | tile_scale |
The amount that tiled pages are scaled. More... | |
This class represents print parameters.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithPrint_params: | (FSPrintParams*) | print_params |
Constructor, with another print parameters object.
[in] | print_params | Another print parameters object. |
|
protected |
|
protected |
|
readwritenonatomicassign |
The value determines the paper binding direction and the page arrange order. Please refer to values starting from FSPrintParamsBookletBindingRight and this should be one of these values.
|
readwritenonatomicassign |
The value determines the duplex printing mode when printing a booklet.Please refer to values starting from FSPrintParamsBookletDuplexModeBothSides and this should be one of these values.
|
readwritenonatomicassign |
Sets the printing duplex mode to simplex, duplex long edge, or duplex short edge feed. Please refer to values starting from FSPrintParamsDuplexTypeSimplex and this should be one of these values.
|
readwritenonatomicassign |
The print handling type.Please refer to values starting from FSPrintParamsPrintHandlingNone and this should be one of these values.
|
readwritenonatomicassign |
YES means that pages should be printed as image.
|
readwritenonatomicassign |
YES means that each page is automatically centered relative to the paper.
|
readwritenonatomicassign |
YES means that automatically rotates each page to match the page orientation to the available paper area during Multiple Pages Per Sheet printing. NO means not.
|
readwritenonatomicassign |
A boolean value that if true, draws and prints a page boundary around each of the pages during Multiple Pages Per Sheet printing.
|
readwritenonatomicassign |
YES means that the printing order should be from parameter end to parameter start.
|
readwritenonatomicassign |
YES means that a UI should be presented to the user to obtain printing information and confirm the action.
|
readwritenonatomicassign |
YES means to do overprint preview when printing. NO means not.
|
readwritenonatomicassign |
Label each page of tiled output. Labeled pages indicate row and column, file name, and print date.
|
readwritenonatomicassign |
The number of copies to be printed.
|
readwritenonatomicassign |
The number of pages to lay out in the horizontal direction when printing Multiple Pages Per Sheet.
|
readwritenonatomicassign |
The number of pages to lay out in the vertical direction when printing Multiple Pages Per Sheet.
|
readwritenonatomiccopy |
The device-independent path for a file name to be used instead of sending the print job to the printer (Print to File).
|
readwritenonatomicassign |
The value determines how the multiple pages are laid out on the sheet. Please refer to values starting from FSPrintParamsPageOrderHorizontal and this should be one of these values.
|
readwritenonatomiccopy |
A range object to specify the page range for printing. All the indexes represented in this range would start from 0 and less than page count of the specified document.
|
readwritenonatomicassign |
Specif content for printing. Please refer to values starting from FSPrintParamsPrintContentDocument and this should be one of these values.
|
readwritenonatomiccopy |
The default printer name for printing.
|
readwritenonatomicassign |
YES means to cut the page, and NO means not.
|
readwritenonatomicassign |
The number of points that tiled pages have in common.
|
readwritenonatomicassign |
The amount that tiled pages are scaled.