PdfPage.SetBoundsForBox(CGRect, PdfDisplayBox) Method

Definition

Sets the bounds for the specified box, creating a box if none exists.

[Foundation.Export("setBounds:forBox:")]
public virtual void SetBoundsForBox (CoreGraphics.CGRect bounds, PdfKit.PdfDisplayBox box);
abstract member SetBoundsForBox : CoreGraphics.CGRect * PdfKit.PdfDisplayBox -> unit
override this.SetBoundsForBox : CoreGraphics.CGRect * PdfKit.PdfDisplayBox -> unit

Parameters

bounds
CGRect

The bounds to set.

box
PdfDisplayBox

The box for which to set the bounds.

Attributes

Applies to