Click or drag to resize

PdfShadingPattern Class

Represents the base class for all shading patterns. Shading patterns provide a smooth transition between colors across an area to be painted, independent of the resolution of any particular output device and without specifying the number of steps in the color transition.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.PatternsPdfPattern
    Patagames.Pdf.Net.PatternsPdfShadingPattern
      More...

Namespace:  Patagames.Pdf.Net.Patterns
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public abstract class PdfShadingPattern : PdfPattern

The PdfShadingPattern type exposes the following members.

Constructors
  NameDescription
Public methodPdfShadingPattern
Create ne tilinig pattern object.
Top
Properties
  NameDescription
Public propertyAntiAlias
Set a flag indicating whether to filter the shading function to prevent aliasing artifacts.
Public propertyBackground
Gets or sets an array of color components appropriate to the color space, specifying a single background color value.
Public propertyBoundingBox
Gets or sets the shading’s bounding box.
Public propertyColorSpace
Gets or sets the color space in which color values are expressed.
Public propertyDictionary
Gets the internal pattern object. Null for PdfShadingObject
Public propertyFunctions
Gets or sets a m-in, n-out function or an array of n m-in, 1-out functions where n is the number of color components in the shading color space and m is depend on ShadingType.
Public propertyShadingType
Gets the shading type.
Top
See Also
Inheritance Hierarchy