Options
From PDF XChange PDF SDK
Line 41: | Line 41: | ||
| class="op_param_name" | [[#ColsSep|ColsSep]] | | class="op_param_name" | [[#ColsSep|ColsSep]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies | + | | Specifies the column line separator parameters |
|- | |- | ||
| class="op_param_name" | [[PXV:cs_FontParams|Font]] | | class="op_param_name" | [[PXV:cs_FontParams|Font]] |
Revision as of 03:47, 14 March 2016
Contents
Options Table
Name | Type | Value |
---|---|---|
NewDoc | Dictionary | Specifies the parameters for the new document that would be created if DocID parameter of the TargetDoc dictionary is not valid. |
NewPage | Dictionary | Specifies the parameters for creating new pages. |
TargetDoc | Dictionary | Specifies the target document where the text documents would be inserted. |
Cols | Integer | Specifies the number of the columns on the document page where the text will be inserted.
Default value: 1 |
ColsGap | Double | Specifies the gap between the columns on the document page where the text will be inserted.
Default value: 20.0 |
DrawColsSep | Boolean | Specifies whether the separator line will be drawn between columns of text. If count of columns will be 1, this parameter will be ignored
Default value: false |
ColsSep | Dictionary | Specifies the column line separator parameters |
Font | Dictionary | Specifies the font parameters of the displayed text |
Para | Dictionary | Specifies the paragraph parameters of the displayed text. |
DrawLabels | Boolean | Specifies...
Default value: false |
Labels | Dictionary | Specifies the parameters for the labels that would be drawn for the inserted text. |
NewDoc Table
Name | Type | Value |
---|---|---|
PDFSpec | Integer | Specifies...
Default value: -1 |
PDFStandard | Integer | Specifies...
Default value: 0 |
AdobeExtLevel | Integer | Specifies...
Default value: 0 |
NewPage Table
Name | Type | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
PaperType | Integer | Specifies...
Possible values are:
Default value: 1 (Standard) | ||||||||
StdPaperIndex | Integer | Specifies...
The list of possible values are shown in the table. Default value: 4 (A4) | ||||||||
Landscape | Boolean | Specifies...
Default value: false | ||||||||
Width | Double | Specifies...
Default value: 595.276 | ||||||||
Height | Double | Specifies...
Default value: 841.89 | ||||||||
Margins | Dictionary | Specifies...
The following default values of base structure are overridden :
| ||||||||
Rotation | Integer | Specifies...
Default value: 0 |
TargetDoc Table
Name | Type | Value | ||||
---|---|---|---|---|---|---|
DocID | Integer | Specifies...
Default value: 0 | ||||
Location | Integer | Specifies...
Possible values are:
Default value: 1 (After) | ||||
Position | Integer | Specifies...
Default value: -1 |
ColsSep Table
Name | Type | Value |
---|---|---|
Width | Double | Specifies...
Default value: 1.0 |
Style | Integer | Specifies...
Default value: 0 |
Color | String | Specifies...
Default value: rgbd(0,0,0) |
Labels Table
Name | Type | Value |
---|---|---|
DrawLine | Boolean | Specifies...
Default value: false |
LineAbove | Boolean | Specifies...
Default value: false |
Line | Dictionary | Specifies... |
Para | Dictionary | Specifies the paragraph parameters of the label. |
Font | Dictionary | Specifies the font parameters of the label. |
Text | String | Specifies the text of the label.
Default value: Empty String |
BackColor | String | Specifies the background color of the label.
Default value: N |
Line Table
Name | Type | Value |
---|---|---|
Width | Double | Specifies...
Default value: 1.0 |
Style | Integer | Specifies...
Default value: 0 |
Color | String | Specifies...
Default value: rgbd(0,0,0) |