Show / Hide Table of Contents

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 Source

Auto

Equates to the string "auto".

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

Jpeg

Equates to the string "jpeg".

Declaration
public static readonly RasterFormat Jpeg
Field Value
Type Description
RasterFormat
| Improve this Doc View Source

Png

Equates to the string "png".

Declaration
public static readonly RasterFormat Png
Field Value
Type Description
RasterFormat

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