Class RasterFormat
Raster formats.
Inheritance
System.Object
RasterFormat
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class RasterFormat : object
Fields
| Improve this Doc View SourceAuto
Equates to the string "auto"
.
Declaration
public static readonly RasterFormat Auto
Field Value
Type | Description |
---|---|
Raster |
Jpeg
Equates to the string "jpeg"
.
Declaration
public static readonly RasterFormat Jpeg
Field Value
Type | Description |
---|---|
Raster |
Png
Equates to the string "png"
.
Declaration
public static readonly RasterFormat Png
Field Value
Type | Description |
---|---|
Raster |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |