iTextSharp.text.pdf.spatial.Viewport.SetBBox C# (CSharp) Méthode

SetBBox() public méthode

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