'Declaration Public Sub RemoveVectorGraphics( _
ByVal ParamArray rectsThe array of rectangles, in PDF page space (user units).() As System.Drawing.RectangleF _
)
public void RemoveVectorGraphics(
params System.Drawing.RectangleF[] rects
)
public: void RemoveVectorGraphics(
params System.Drawing.RectangleF*[]* rects
)
public:
void RemoveVectorGraphics(
... array<System.Drawing.RectangleF^>^ rects
)
Parameters
- rects
- The array of rectangles, in PDF page space (user units).