Class PropertyValueType
Specifies the value type for the property.
Inheritance
System.Object
PropertyValueType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class PropertyValueType : Enum
Fields
Boolean
Specifies Value type as boolean.
Declaration
public const PropertyValueType Boolean
Field Value
Type |
---|
PropertyValueType |
ByteArray
Specifies Value type as byte array.
Declaration
public const PropertyValueType ByteArray
Field Value
Type |
---|
PropertyValueType |
ClipData
Specifies Value type as ClipData.
Declaration
public const PropertyValueType ClipData
Field Value
Type |
---|
PropertyValueType |
Date
Specifies Value type as date.
Declaration
public const PropertyValueType Date
Field Value
Type |
---|
PropertyValueType |
Double
Specifies Value type as double.
Declaration
public const PropertyValueType Double
Field Value
Type |
---|
PropertyValueType |
Float
Specifies Value type as float.
Declaration
public const PropertyValueType Float
Field Value
Type |
---|
PropertyValueType |
Int
Specifies Value type as integer.
Declaration
public const PropertyValueType Int
Field Value
Type |
---|
PropertyValueType |
String
Specifies Value type as String.
Declaration
public const PropertyValueType String
Field Value
Type |
---|
PropertyValueType |