RectF

From PDF XChange PDF SDK
Jump to: navigation, search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:RectF}}
 
{{#customTitle:RectF}}
{{#parentPage:PXV:Params_CommonStructures}}
+
{{#parentPage:PXV:Params_CommonStructures|RectF|structure}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
== RectF Table ==
+
== Options Table ==
  
{| class="wikitable op_options"
+
{| class="wikitable op_options" id="Options"
 
! style="width:120pt;" | '''Name'''
 
! style="width:120pt;" | '''Name'''
 
! style="width:60pt;" | '''Type'''
 
! style="width:60pt;" | '''Type'''
 
! '''Value'''
 
! '''Value'''
 
|-
 
|-
| class="op_param_name" | left
+
| class="op_param_name" | top
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| ...
+
| Specifies the ''y''-coordinate of the upper-left corner of the rectangle.
 
+
 
Default value: <tt>'''0.0'''</tt>
 
Default value: <tt>'''0.0'''</tt>
 
|-
 
|-
 
| class="op_param_name" | bottom
 
| class="op_param_name" | bottom
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| ...
+
| Specifies the ''y''-coordinate of the lower-right corner of the rectangle.
 
+
 
Default value: <tt>'''0.0'''</tt>
 
Default value: <tt>'''0.0'''</tt>
 
|-
 
|-
| class="op_param_name" | right
+
| class="op_param_name" | left
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| ...
+
| Specifies the ''x''-coordinate of the upper-left corner of the rectangle.
 
+
Default value: <tt>'''0.0'''</tt>
Default value: <tt>'''612.0'''</tt>
+
 
|-
 
|-
| class="op_param_name" | top
+
| class="op_param_name" | right
 
| style="text-align:center" | Double
 
| style="text-align:center" | Double
| ...
+
| Specifies the ''x''-coordinate of the lower-right corner of the rectangle.
 
+
Default value: <tt>'''0.0'''</tt>
Default value: <tt>'''792.0'''</tt>
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:op_document_addBatesNumbering]], [[PXV:op_document_addDigitalSignature]], [[PXV:op_document_addHeaderAndFooter]], [[PXV:op_document_cropPages]], [[PXV:op_document_summarizeAnnots]], [[PXV:op_imagesToDoc]], [[PXV:op_scanToImages]], [[PXV:op_textToDoc]]

Latest revision as of 02:37, 3 June 2015


Options Table

Name Type Value
top Double Specifies the y-coordinate of the upper-left corner of the rectangle.

Default value: 0.0

bottom Double Specifies the y-coordinate of the lower-right corner of the rectangle.

Default value: 0.0

left Double Specifies the x-coordinate of the upper-left corner of the rectangle.

Default value: 0.0

right Double Specifies the x-coordinate of the lower-right corner of the rectangle.

Default value: 0.0

See Also

op.document.addBatesNumbering, op.document.addDigitalSignature, op.document.addHeaderAndFooter, op.document.cropPages, op.document.summarizeAnnots, op.imagesToDoc, op.scanToImages, op.textToDoc