Options

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 14: Line 14:
 
| class="op_param_name" | Mask
 
| class="op_param_name" | Mask
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the annotation modification mask.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | MaskEx
 
| class="op_param_name" | MaskEx
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the extended annotation modification mask.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | Flags
 
| class="op_param_name" | Flags
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the [[PXV:PXC_AnnotFlag|flags]] used for the modification.
 
Default value: <tt>'''0'''</tt>
 
Default value: <tt>'''0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | FlagsMask
 
| class="op_param_name" | FlagsMask
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the mask used for the [[PXV:PXC_AnnotFlag|flags]].
 
Default value: <tt>'''-1'''</tt>
 
Default value: <tt>'''-1'''</tt>
 
|-
 
|-
 
| class="op_param_name" | [[PXV:cs_AnnotBorder|Border]]
 
| class="op_param_name" | [[PXV:cs_AnnotBorder|Border]]
 
| style="text-align:center" | Dictionary
 
| style="text-align:center" | Dictionary
| Specifies...
+
| Specifies the annotation border's settings.
 
|-
 
|-
 
| class="op_param_name" | SColor
 
| class="op_param_name" | SColor
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the annotations' stroke color.
 
Default value: <tt>'''rgb(0,0,0)'''</tt>
 
Default value: <tt>'''rgb(0,0,0)'''</tt>
 
|-
 
|-
 
| class="op_param_name" | FColor
 
| class="op_param_name" | FColor
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies the annotations' fill color.
 
Default value: <tt>'''rgb(0,0,0)'''</tt>
 
Default value: <tt>'''rgb(0,0,0)'''</tt>
 
|-
 
|-
 
| class="op_param_name" | NoteIcon
 
| class="op_param_name" | NoteIcon
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the icon type that should be used for annotations' notes.
 
The list of possible values are shown in [[PXV:Params_NamedValues_NoteIconTypes|the table]].
 
The list of possible values are shown in [[PXV:Params_NamedValues_NoteIconTypes|the table]].
  
Line 55: Line 55:
 
| class="op_param_name" | TextMarkupType
 
| class="op_param_name" | TextMarkupType
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies...
+
| Specifies the text markup type that should be used.
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
 
|-
 
|-
| class="op_enum_value" | '''2908''' (Highlight) || ...
+
| class="op_enum_value" | '''2908''' (Highlight)
 
|-
 
|-
| class="op_enum_value" | '''5653''' (Squiggly) || ...
+
| class="op_enum_value" | '''5653''' (Squiggly)
 
|-
 
|-
| class="op_enum_value" | '''5696''' (StrikeOut) || ...
+
| class="op_enum_value" | '''5696''' (StrikeOut)
 
|-
 
|-
| class="op_enum_value" | '''6278''' (Underline) || ...
+
| class="op_enum_value" | '''6278''' (Underline)
 
|}
 
|}
 
Default value: <tt>'''2908''' (Highlight)</tt>
 
Default value: <tt>'''2908''' (Highlight)</tt>

Revision as of 07:40, 10 May 2016


Options Table

Name Type Value
Mask Integer Specifies the annotation modification mask.

Default value: 0

MaskEx Integer Specifies the extended annotation modification mask.

Default value: 0

Flags Integer Specifies the flags used for the modification.

Default value: 0

FlagsMask Integer Specifies the mask used for the flags.

Default value: -1

Border Dictionary Specifies the annotation border's settings.
SColor String Specifies the annotations' stroke color.

Default value: rgb(0,0,0)

FColor String Specifies the annotations' fill color.

Default value: rgb(0,0,0)

NoteIcon Integer Specifies the icon type that should be used for annotations' notes.

The list of possible values are shown in the table.

Default value: 3 (Comment)

TextMarkupType Integer Specifies the text markup type that should be used.

Possible values are:

2908 (Highlight)
5653 (Squiggly)
5696 (StrikeOut)
6278 (Underline)

Default value: 2908 (Highlight)

Opacity Double Specifies...

Default value: 1.0

Author String Specifies...

Default value: Empty String

Subject String Specifies...

Default value: Empty String

Text String Specifies...

Default value: Empty String

RichText String Specifies...

Default value: Empty String

LS Integer Specifies...

The list of possible values are shown in the table.

Default value: 0 (None)

LE Integer Specifies...

The list of possible values are shown in the table.

Default value: 0 (None)

LLO Double Specifies...

Default value: 0.0

LLL Double Specifies...

Default value: 0.0

LLE Double Specifies...

Default value: 0.0

LCV Boolean Specifies...

Default value: true

LCI Boolean Specifies...

Default value: true

LCO Dictionary Specifies...
LineLength Double Specifies...

Default value: 72.0

LCP Integer Specifies...

Possible values are:

0 (Inline) ...
1 (Top) ...

Default value: 0 (Inline)

HighlightMode Integer Specifies...

Possible values are:

0 (None) ...
1 (Invert) ...
2 (Outline) ...
3 (Toggle) ...
3 (Push) ...

Default value: 1 (Invert)

BlendMode Integer Specifies...

The list of possible values are shown in the table.

Default value: 0 (Normal)

Trigger Integer Specifies...

The list of possible values are shown in the table.

Default value: 4 (Up)

Actions IUnknown Specifies...
Dest Dictionary Specifies...
Name String Specifies...

Default value: Empty String

ModDate String Specifies...

Default value: Empty String

Rotation Double Specifies...

Default value: 0.0

AbsRotation Boolean Specifies...

Default value: true

Measure IUnknown Specifies...
DefStyle String Specifies...

Default value: Empty String

OFC String Specifies...

Default value: gray(0)

OT String Specifies...

Default value: Empty String

ORT Boolean Specifies...

Default value: false

DefFontName String Specifies...

Default value: Empty String

DefFontID Integer Specifies...

Default value: -1

DefFontSize Double Specifies...

Default value: 10.0

DefTextColor String Specifies...

Default value: rgbd(0,0,0)

DefTextAlign Integer Specifies...

Default value: 0

OC IUnknown Specifies...
LSS Double Specifies...

Default value: 0.0

LES Double Specifies...

Default value: 0.0

Opened Boolean Specifies...

Default value: true