Options
From PDF XChange PDF SDK
(Created page with "Category:Editor {{#customTitle:Options}} {{#parentPage:PXV:op_document_addImage|Options|property}} {{ToWrite}} {{ToReview}} == Options Table == {| class="wikitable op_op...") |
|||
Line 14: | Line 14: | ||
| class="op_param_name" | Page | | class="op_param_name" | Page | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies the page where the image would be placed onto. |
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- | ||
| class="op_param_name" | [[PXV:cs_RectF|Pos]] | | class="op_param_name" | [[PXV:cs_RectF|Pos]] | ||
| style="text-align:center" | Dictionary | | style="text-align:center" | Dictionary | ||
− | | Specifies | + | | Specifies the boundary rectangle of the placed image. |
|- | |- | ||
| class="op_param_name" | AlignMode | | class="op_param_name" | AlignMode | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies. | + | | Specifies the horizontal and vertical align flags. |
+ | Vertical: | ||
+ | Top - 0, Center - 1, Bottom - 8 | ||
+ | Horizontal: | ||
+ | Left - 0, Middle - 4, Right - 2 | ||
Default value: <tt>'''0'''</tt> | Default value: <tt>'''0'''</tt> | ||
|- | |- |
Revision as of 02:33, 5 January 2016
Options Table
Name | Type | Value |
---|---|---|
Page | Integer | Specifies the page where the image would be placed onto.
Default value: 0 |
Pos | Dictionary | Specifies the boundary rectangle of the placed image. |
AlignMode | Integer | Specifies the horizontal and vertical align flags.
Vertical: Top - 0, Center - 1, Bottom - 8 Horizontal: Left - 0, Middle - 4, Right - 2 Default value: 0 |
AutoRotate | Boolean | Specifies...
Default value: true |
AdvRotate | Double | Specifies...
Default value: 0.0 |
AsStamp | Boolean | Specifies...
Default value: true |
Src | IUnknown | Specifies... |
SrcFrameIndex | Integer | Specifies...
Default value: 0 |