Options
From PDF XChange PDF SDK
Options Table
Name | Type | Value |
---|---|---|
Entries | Array | Specifies the IPXV_ContentItemEntry array that will be modified. |
Mask | Integer | Specifies which properties should be set.
SColor = 1, FColor = 2, StrokeWidth = 4, BlendMode = 8, Font = 16, FontSize = 32, FontStyle = 64, Default value: 0 |
SColor | String | Specifies the stroke color of the content item.
Default value: rgb(0,0,0) |
FColor | String | Specifies the fill color of the content item.
Default value: rgb(0,0,0) |
BlendMode | Integer | Specifies the blend mode of the content item
The list of possible values are shown in the table. Default value: 0 (Normal) |
FontID | Integer | Specifies the font ID of the content item.
Default value: -1 |
FontSize | Double | Specifies the font size of the content item.
Default value: 0.0 |
FontStyle | Integer | Specifies the font style of the content item.
Default value: 0 |
FontStyleMask | Integer | Specifies what part font style should be modified.
Italic = 1, Serif = 2, Monospaced = 4, Default value: 0 |
StrokeWidth | Double | Specifies the stroke width of the content item.
Default value: 0.0 |
KeepTextGroups | Boolean | Specifies whether the text groups should be kept.
Default value: false |