PXC_AnnotBorder Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorder Structure}}
 
{{#customTitle:PXC_AnnotBorder Structure}}
 +
{{#parentPage:PXV:PXC|PXC_AnnotBorder Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<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>

Revision as of 07:00, 23 April 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

See also ...