PXC_AnnotBorder Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorder Structure}}
 
{{#customTitle:PXC_AnnotBorder Structure}}
 +
{{#parentPage:PXV:PXC_Structures|PXC_AnnotBorder|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">struct PXC_AnnotBorder
 
<pre class="brush:cpp;gutter:false">struct PXC_AnnotBorder
 
{
 
{
     PXC_AnnotBorderStyle nStyle;
+
     PXC_AnnotBorderStyle nStyle;
 
     PXC_AnnotBorderEffect nEffect;
 
     PXC_AnnotBorderEffect nEffect;
     float nWidth;
+
     float                 nWidth;
     ULONG nDashCount;
+
     ULONG                 nDashCount;
     float DashArray[10];
+
     float                 DashArray[10];
     float nEffectLevel;
+
     float                 nEffectLevel;
 
};
 
};
 
</pre>
 
</pre>
Line 33: Line 35:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_AnnotData_Border|IPXC_AnnotData::Border]], [[PXV:IPXC_RedactOverlayParams_Border|IPXC_RedactOverlayParams::Border]]

Latest revision as of 10:34, 23 May 2015


Specifies the ...

Syntax

struct PXC_AnnotBorder
{
    PXC_AnnotBorderStyle  nStyle;
    PXC_AnnotBorderEffect nEffect;
    float                 nWidth;
    ULONG                 nDashCount;
    float                 DashArray[10];
    float                 nEffectLevel;
};

Members

nStyle
Value of PXC_AnnotBorderStyle ...
nEffect
Value of PXC_AnnotBorderEffect ...
nWidth
Value of float ...
nDashCount
Value of ULONG ...
DashArray
Array of float ...
nEffectLevel
Value of float ...

See Also

IPXC_AnnotData::Border, IPXC_RedactOverlayParams::Border