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 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorder Structure}}
 
{{#customTitle:PXC_AnnotBorder Structure}}
{{#parentPage:PXV:PXC_Structures|PXC_AnnotBorder Structure|structure}}
+
{{#parentPage:PXV:PXC_Structures|PXC_AnnotBorder|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

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