Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Options Table)
(Options Table)
Line 12: Line 12:
 
|-
 
|-
 
| class="op_param_name" | Flags
 
| class="op_param_name" | Flags
| style="text-align:center" | Int
+
| style="text-align:center" | Integer
| If <tt>'''true'''</tt>, then redacted images will be cropped. The size of images will be decreased.
+
|
Default value: <tt>'''false'''</tt>
+
 
 +
| Specifies the flags for the operation.
 +
{| class="op_internal_table"
 +
|-
 +
| class="op_enum_value" | '''1''' (CropMode) || Redacted images will be cropped. The size of images will be decreased.;
 +
|-
 +
| class="op_enum_value" | '''2''' (KeepRedactAnnots) || crop box will be modified.
 +
|-
 +
| class="op_enum_value" | '''4''' (OmitAnnots) || trim box will be modified.
 +
|}
 +
 
 +
 
 +
 
 
|-
 
|-
 
| class="op_param_name" | Progress
 
| class="op_param_name" | Progress

Revision as of 03:23, 9 November 2016


Options Table

Name Type Value
Flags Integer Specifies the flags for the operation.
1 (CropMode) Redacted images will be cropped. The size of images will be decreased.;
2 (KeepRedactAnnots) crop box will be modified.
4 (OmitAnnots) trim box will be modified.


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