Click or drag to resize

PdfShadingObject Class

Represents a shading object.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfPageObject
    Patagames.Pdf.NetPdfShadingObject

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfShadingObject : PdfPageObject

The PdfShadingObject type exposes the following members.

Properties
 NameDescription
Public propertyShading Gets or sets the shading pattern.
Top
Methods
 NameDescription
Public methodCalcBoundingBox Calculate bounding box
Public methodStatic memberCreate Create new instance of PdfShadingObject class
Public methodStatic memberCreate(PdfShadingPattern) Create new instance of PdfShadingObject class
Top
See Also