PDF File Writer Class Library - Author Uzi Granot
PdfAxialShadingSetBoundingBox Method |
Set bounding box
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void SetBoundingBox( double BBoxLeft, double BBoxBottom, double BBoxWidth, double BBoxHeight )
Parameters
- BBoxLeft
- Type: SystemDouble
Bounding box left - BBoxBottom
- Type: SystemDouble
Bounding box bottom - BBoxWidth
- Type: SystemDouble
Bounding box width - BBoxHeight
- Type: SystemDouble
Bounding box height
