IPXC_PageRenderParams Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_PageRenderParams Interface}}
 
{{#customTitle:IPXC_PageRenderParams Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_PageRenderParams|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_PageRenderParams_GetBgStep|GetBgStep]]
 
| [[PXV:IPXC_PageRenderParams_GetColor|GetColor]]
 
| [[PXV:IPXC_PageRenderParams_GetColor|GetColor]]
| ...
+
| [[PXV:IPXC_PageRenderParams_SetBgStep|SetBgStep]]
|-
+
 
| [[PXV:IPXC_PageRenderParams_SetColor|SetColor]]
 
| [[PXV:IPXC_PageRenderParams_SetColor|SetColor]]
| ...
 
 
|}
 
|}
  
 
== 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_PageRenderParams_ColorProfileName|ColorProfileName]]
 
| [[PXV:IPXC_PageRenderParams_ColorProfileName|ColorProfileName]]
| style="text-align: center" | R/W
+
| [[PXV:IPXC_PageRenderParams_RasterFormat|RasterFormat]]
| .
+
| [[PXV:IPXC_PageRenderParams_StrokeAdjustMode|StrokeAdjustMode]]
 +
| [[PXV:IPXC_PageRenderParams_TextSmoothMode|TextSmoothMode]]
 
|-
 
|-
 
| [[PXV:IPXC_PageRenderParams_PageViewBox|PageViewBox]]
 
| [[PXV:IPXC_PageRenderParams_PageViewBox|PageViewBox]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IPXC_PageRenderParams_RenderFlags|RenderFlags]]
 
| [[PXV:IPXC_PageRenderParams_RenderFlags|RenderFlags]]
| style="text-align: center" | R/W
+
|  
| .
+
|  
|-
+
| [[PXV:IPXC_PageRenderParams_TextSmoothMode|TextSmoothMode]]
+
| style="text-align: center" | R/W
+
| .
+
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Page_DrawToDevice|IPXC_Page::DrawToDevice]], [[PXV:IPXC_Page_DrawToIXCPage|IPXC_Page::DrawToIXCPage]], [[PXV:IPXC_Page_DrawToMemory|IPXC_Page::DrawToMemory]], [[PXV:IPXC_StampInfo_DrawToDevice|IPXC_StampInfo::DrawToDevice]], [[PXV:IPXC_StampInfo_DrawToMemory|IPXC_StampInfo::DrawToMemory]], [[PXV:IPXC_Inst_CreateRenderParams|IPXC_Inst::CreateRenderParams]]

Latest revision as of 00:34, 20 May 2018


The interface of object of PDF-XChange Editor SDK.

Methods

GetBgStep GetColor SetBgStep SetColor

Properties

ColorProfileName RasterFormat StrokeAdjustMode TextSmoothMode
PageViewBox RenderFlags

See Also

IPXC_Page::DrawToDevice, IPXC_Page::DrawToIXCPage, IPXC_Page::DrawToMemory, IPXC_StampInfo::DrawToDevice, IPXC_StampInfo::DrawToMemory, IPXC_Inst::CreateRenderParams