IPXC_Shading Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Shading Interface}}
 
{{#customTitle:IPXC_Shading Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_Shading|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_Shading_GetBBox|GetBBox]]
 
| [[PXV:IPXC_Shading_GetBBox|GetBBox]]
| ...
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== 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_Shading_AntiAlias|AntiAlias]]
 
| [[PXV:IPXC_Shading_AntiAlias|AntiAlias]]
| style="text-align: center" | R
+
| [[PXV:IPXC_Shading_ColorSpace|ColorSpace]]
| .
+
| [[PXV:IPXC_Shading_FunctionsCount|FunctionsCount]]
 +
| [[PXV:IPXC_Shading_PDFObject|PDFObject]]
 
|-
 
|-
 
| [[PXV:IPXC_Shading_Background|Background]]
 
| [[PXV:IPXC_Shading_Background|Background]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_Shading_ColorSpace|ColorSpace]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Shading_Function|Function]]
 
| [[PXV:IPXC_Shading_Function|Function]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_Shading_FunctionsCount|FunctionsCount]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Shading_Handle|Handle]]
 
| [[PXV:IPXC_Shading_Handle|Handle]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_Shading_PDFObject|PDFObject]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Shading_Type|Type]]
 
| [[PXV:IPXC_Shading_Type|Type]]
| style="text-align: center" | R
 
| .
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Document_CreateLinearShade|IPXC_Document::CreateLinearShade]], [[PXV:IPXC_Document_CreateRadialShade|IPXC_Document::CreateRadialShade]], [[PXV:IPXC_Document_GetShade|IPXC_Document::GetShade]], [[PXV:IPXC_Document_GetShadeByHandle|IPXC_Document::GetShadeByHandle]], [[PXV:IPXC_ContentCreator_SetShadeAsPattern|IPXC_ContentCreator::SetShadeAsPattern]], [[PXV:IPXC_ContentCreator_Shade|IPXC_ContentCreator::Shade]], [[PXV:IPXC_Pattern_Shading|IPXC_Pattern::Shading]]

Latest revision as of 08:48, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

GetBBox

Properties

AntiAlias ColorSpace FunctionsCount PDFObject
Background Function Handle Type

See Also

IPXC_Document::CreateLinearShade, IPXC_Document::CreateRadialShade, IPXC_Document::GetShade, IPXC_Document::GetShadeByHandle, IPXC_ContentCreator::SetShadeAsPattern, IPXC_ContentCreator::Shade, IPXC_Pattern::Shading