PdfAxialShading.SetBoundingBox Method

PDF File Writer

PdfAxialShadingSetBoundingBox Method

Set bounding box

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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
See Also