Options
From PDF XChange PDF SDK
(10 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{#customTitle:Options}} | {{#customTitle:Options}} | ||
{{#parentPage:PXV:op_document_redact|Options|property}} | {{#parentPage:PXV:op_document_redact|Options|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 12: | Line 11: | ||
! '''Value''' | ! '''Value''' | ||
|- | |- | ||
− | | class="op_param_name" | | + | | class="op_param_name" | Flags |
− | | style="text-align:center" | | + | | style="text-align:center" | Integer |
− | | Specifies... | + | | Specifies the flags for the operation. |
− | + | {| class="op_internal_table" | |
+ | |- | ||
+ | | class="op_enum_value" | '''1''' (CropMode) || The CropMode option will remove everything that is not within the Redaction Annotation boundaries. When using this option, there can only be one Redaction Annotation on page with one Quad inside, - others will be ignored. Also all of the Overlay parameters will be ignored. Redacted images will be cropped. The size of images will be reduced. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''2''' (KeepRedactAnnots) || The redaction annotations won't be removed after redaction. | ||
+ | |- | ||
+ | | class="op_enum_value" | '''4''' (OmitAnnots) || The annotations (all except redaction annotations) won't be removed when the redaction will be applied. | ||
+ | |} | ||
|- | |- | ||
| class="op_param_name" | Progress | | class="op_param_name" | Progress | ||
| style="text-align:center" | IUnknown | | style="text-align:center" | IUnknown | ||
− | | Specifies a object based on [[ | + | | Specifies a object based on [[PXV:IProgressMon|IProgressMon]] interface. This object realise progress bar for operation. |
|- | |- | ||
| class="op_param_name" | SubProgress | | class="op_param_name" | SubProgress |
Latest revision as of 04:17, 14 April 2017
Options Table
Name | Type | Value | ||||||
---|---|---|---|---|---|---|---|---|
Flags | Integer | Specifies the flags for the operation.
| ||||||
Progress | IUnknown | Specifies a object based on IProgressMon interface. This object realise progress bar for operation. | ||||||
SubProgress | Boolean | Specifies whether the Progress is a top-level progress, or a part of another progress bar.
Default value: false |