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 35: Line 35:
  
 
== See Also ==
 
== See Also ==
...
+
[[PXV:IPXC_AnnotData_Border|IPXC_AnnotData::Border]], [[PXV:IPXC_RedactOverlayParams_Border|IPXC_RedactOverlayParams::Border]]

Revision as of 06:11, 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