This document is archived and information here might be outdated. Recommended version. |
Selects export to WIN32 shape mode. True means export without loss of sub-pixel parts, False means eliminating parts that degenerate into single pixel. False by default.
[Visual Basic .NET]
Public Property ExpandSubPixelParts As Boolean
[C#]
public bool ExpandSubPixelParts {get; set;}
[C++]
HRESULT get_ExpandSubPixelParts(
Boolean* ExpandSubPixelParts
);
[C++]
HRESULT put_ExpandSubPixelParts(
VARIANT_BOOL ExpandSubPixelParts
);
[C++] Parameters ExpandSubPixelParts [out, retval]
ExpandSubPixelParts is a parameter of type bool* ExpandSubPixelParts [in]
ExpandSubPixelParts is a parameter of type bool