![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Indicates whether large polygons are diced before being sent to GDI. True by default.
[Visual Basic .NET]
Public Property DicingEnabled As Boolean
[C#]
public bool DicingEnabled {get; set;}
[C++]
HRESULT get_DicingEnabled(
  Boolean* DicingEnabled
);
[C++]
HRESULT put_DicingEnabled(
  VARIANT_BOOL DicingEnabled
);
[C++] Parameters DicingEnabled [out, retval]
DicingEnabled is a parameter of type bool* DicingEnabled
DicingEnabled is a parameter of type bool