Class InputType
Input types.
Inheritance
System.Object
InputType
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class InputType : object
Fields
| Improve this Doc View SourceAuto
Equates to the string "auto"
.
Declaration
public static readonly InputType Auto
Field Value
Type | Description |
---|---|
InputType |
Html
Equates to the string "html"
.
Declaration
public static readonly InputType Html
Field Value
Type | Description |
---|---|
InputType |
Xml
Equates to the string "xml"
.
Declaration
public static readonly InputType Xml
Field Value
Type | Description |
---|---|
InputType |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |