Show / Hide Table of Contents

Class RasterBackground

Raster backgrounds.

Inheritance
System.Object
RasterBackground
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class RasterBackground : object

Fields

| Improve this Doc View Source

Transparent

Equates to the string "transparent".

Declaration
public static readonly RasterBackground Transparent
Field Value
Type Description
RasterBackground
| Improve this Doc View Source

White

Equates to the string "white".

Declaration
public static readonly RasterBackground White
Field Value
Type Description
RasterBackground

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