Show / Hide Table of Contents

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 Source

Auto

Equates to the string "auto".

Declaration
public static readonly InputType Auto
Field Value
Type Description
InputType
| Improve this Doc View Source

Html

Equates to the string "html".

Declaration
public static readonly InputType Html
Field Value
Type Description
InputType
| Improve this Doc View Source

Xml

Equates to the string "xml".

Declaration
public static readonly InputType Xml
Field Value
Type Description
InputType

Methods

| Improve this Doc View Source

ToString()

Returns a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX