iTextSharp.text.pdf.spatial.MeasureGeospatial.SetBounds C# (CSharp) Method

SetBounds() public method

public SetBounds ( NumberArray bounds ) : void
bounds iTextSharp.text.pdf.NumberArray
return void
        public void SetBounds(NumberArray bounds)
        {
            base.Put(PdfName.BOUNDS, bounds);
        }