Class FormatMap
String conversion for Format
Inheritance
System.Object
FormatMap
Namespace: PSPDFKitFoundation.Document
Assembly: PSPDFKitFoundation.dll
Syntax
public static class FormatMap
Methods
ToFormat(String)
String representation to Format.
Declaration
public static Format ToFormat(string format)
Parameters
Type | Name | Description |
---|---|---|
System.String | format |
Returns
Type | Description |
---|---|
Format |
ToString(Format)
Format to string representation.
Declaration
public static string ToString(Format format)
Parameters
Type | Name | Description |
---|---|---|
Format | format |
Returns
Type | Description |
---|---|
System.String |