iTextSharp.text.pdf.spatial.Viewport.SetBBox C# (CSharp) Method

SetBBox() public method

public SetBBox ( Rectangle bbox ) : void
bbox iTextSharp.text.Rectangle
return void
        public void SetBBox(Rectangle bbox)
        {
            base.Put(PdfName.BBOX, new PdfRectangle(bbox, bbox.Rotation));
        }