PDF File Writer Class Library - Author Uzi Granot
PdfAxialShading Constructor (PdfDocument, Double, Double, Double, Double, PdfShadingFunction) |
PDF axial shading constructor.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfAxialShading( PdfDocument Document, double BBoxLeft, double BBoxBottom, double BBoxWidth, double BBoxHeight, PdfShadingFunction ShadingFunction )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
Parent PDF document object - BBoxLeft
- Type: SystemDouble
Bounding box left position - BBoxBottom
- Type: SystemDouble
Bounding box bottom position - BBoxWidth
- Type: SystemDouble
Bounding box width - BBoxHeight
- Type: SystemDouble
Bounding box height - ShadingFunction
- Type: PdfFileWriterPdfShadingFunction
Shading function
