IPXC_CState Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CState Interface}}
 
{{#customTitle:IPXC_CState Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_CState|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
[[PXV:IPXC_CState|IPXC_CState]] represents ''color state'' of [[PXV:IPXC_ContentItem|content element]]. Color state is a part of complex content items' state, and contains information about [[PXV:IPXC_CState_FillColor|fill color]], [[PXV:IPXC_CState_StrokeColor|stroke color]] and [[PXV:IPXC_CState_RenderIntent|rendering intent]].
  
 
== 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_CState_Compare|Compare]]
 
| [[PXV:IPXC_CState_Compare|Compare]]
| ...
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_CState_FillColor|FillColor]]
 
| [[PXV:IPXC_CState_FillColor|FillColor]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IPXC_CState_Flags|Flags]]
 
| [[PXV:IPXC_CState_Flags|Flags]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_CState_RenderIntent|RenderIntent]]
 
| [[PXV:IPXC_CState_RenderIntent|RenderIntent]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IPXC_CState_StrokeColor|StrokeColor]]
 
| [[PXV:IPXC_CState_StrokeColor|StrokeColor]]
| style="text-align: center" | R/W
 
| .
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Content_GetCStateByIndex|IPXC_Content::GetCStateByIndex]], [[PXV:IPXC_Content_SetCStateByIndex|IPXC_Content::SetCStateByIndex]], [[PXV:IPXC_ContentItem_GetCState|IPXC_ContentItem::GetCState]], [[PXV:IPXC_ContentItem_SetCState|IPXC_ContentItem::SetCState]]

Latest revision as of 23:59, 30 November 2017

IPXC_CState represents color state of content element. Color state is a part of complex content items' state, and contains information about fill color, stroke color and rendering intent.

Methods

Compare

Properties

FillColor Flags RenderIntent StrokeColor

See Also

IPXC_Content::GetCStateByIndex, IPXC_Content::SetCStateByIndex, IPXC_ContentItem::GetCState, IPXC_ContentItem::SetCState