IUIX_Pen::SetDashPattern Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SetDashPattern([in]  float*  nDashPattern,
+
<pre class="brush:cpp;gutter:false">HRESULT SetDashPattern([in]  float*  DashPattern,
                       [in]  ULONG  nDashPatternLen);</pre>
+
                       [in]  ULONG  DashPatternLen);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nDashPattern
+
;DashPattern
 
:[in]  Pointer to float.
 
:[in]  Pointer to float.
;nDashPatternLen
+
;DashPatternLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  

Revision as of 07:56, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT SetDashPattern([in]  float*  DashPattern,
                       [in]  ULONG   DashPatternLen);

Parameters

DashPattern
[in] Pointer to float.
DashPatternLen
[in] Value of ULONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_Pen