IPXC_GState Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_GState Interface}}
 
{{#customTitle:IPXC_GState Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_GState|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_GState_Compare|Compare]]
 
| [[PXV:IPXC_GState_Compare|Compare]]
| ...
 
|-
 
 
| [[PXV:IPXC_GState_GetDashArray|GetDashArray]]
 
| [[PXV:IPXC_GState_GetDashArray|GetDashArray]]
| ...
 
|-
 
 
| [[PXV:IPXC_GState_SetDashArray|SetDashArray]]
 
| [[PXV:IPXC_GState_SetDashArray|SetDashArray]]
| ...
+
|  
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
 
|-
 
|-
! style="text-align: left" scope="col" width="15%" | Property
+
| [[PXV:IPXC_GState_Clip|Clip]]
! style="text-align: center" scope="col" width="5%" | Access Type
+
| [[PXV:IPXC_GState_DashOffset|DashOffset]]
! style="text-align: left" scope="col"  class="unsortable" | Description
+
| [[PXV:IPXC_GState_LineCap|LineCap]]
 +
| [[PXV:IPXC_GState_LineWidth|LineWidth]]
 
|-
 
|-
 
| [[PXV:IPXC_GState_CTM|CTM]]
 
| [[PXV:IPXC_GState_CTM|CTM]]
| style="text-align: center" | R/W
+
| [[PXV:IPXC_GState_Flags|Flags]]
| .
+
| [[PXV:IPXC_GState_LineJoin|LineJoin]]
 +
| [[PXV:IPXC_GState_MiterLimit|MiterLimit]]
 
|-
 
|-
 
| [[PXV:IPXC_GState_DashCount|DashCount]]
 
| [[PXV:IPXC_GState_DashCount|DashCount]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_GState_DashOffset|DashOffset]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IPXC_GState_Flags|Flags]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_GState_Flatness|Flatness]]
 
| [[PXV:IPXC_GState_Flatness|Flatness]]
| style="text-align: center" | R/W
+
|  
| .
+
|  
|-
+
| [[PXV:IPXC_GState_LineCap|LineCap]]
+
| style="text-align: center" | R/W
+
| .
+
|-
+
| [[PXV:IPXC_GState_LineJoin|LineJoin]]
+
| style="text-align: center" | R/W
+
| .
+
|-
+
| [[PXV:IPXC_GState_LineWidth|LineWidth]]
+
| style="text-align: center" | R/W
+
| .
+
|-
+
| [[PXV:IPXC_GState_MiterLimit|MiterLimit]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Content_GetGStateByIndex|IPXC_Content::GetGStateByIndex]], [[PXV:IPXC_Content_SetGStateByIndex|IPXC_Content::SetGStateByIndex]], [[PXV:IPXC_ContentItem_GetGState|IPXC_ContentItem::GetGState]], [[PXV:IPXC_ContentItem_SetGState|IPXC_ContentItem::SetGState]]

Latest revision as of 08:33, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

Compare GetDashArray SetDashArray

Properties

Clip DashOffset LineCap LineWidth
CTM Flags LineJoin MiterLimit
DashCount Flatness

See Also

IPXC_Content::GetGStateByIndex, IPXC_Content::SetGStateByIndex, IPXC_ContentItem::GetGState, IPXC_ContentItem::SetGState