PdfShadingPattern Class

Class for a shading PDF pattern.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPattern
    BitMiracle.Docotic.Pdf.PdfShadingPattern

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfShadingPattern : PdfPattern
VB
Public Class PdfShadingPattern
	Inherits PdfPattern

The PdfShadingPattern type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also