dsCleanObjectType_e Enumeration Send Feedback
See Also 
Type of objects to purge from a document. Bitmask.

Syntax

Visual Basic 
Public Enum dsCleanObjectType_e 
   Inherits System.Enum
C# 
public enum dsCleanObjectType_e : System.Enum 
JavaScript 
dsCleanObjectType_e : String
COM native C++ 
enum dsCleanObjectType_e
C++ 
enum dsCleanObjectType_e

Members

MemberDescription
dsCleanObjectType_Blocks1 or 0x001
dsCleanObjectType_DimensionStyles2 or 0x002
dsCleanObjectType_Layers4 or 0x004
dsCleanObjectType_LineStyles8 or 0x008
dsCleanObjectType_Materials16 or 0x010
dsCleanObjectType_PrintStyles32 or 0x020
dsCleanObjectType_RLineStyles64 or 0x040
dsCleanObjectType_Shapes128 or 0x080
dsCleanObjectType_TableStyles256 or 0x100
dsCleanObjectType_TextStyles512 or 0x200

Remarks

0 = All types

See Also