PdfPage.SetBoundsForBox(CGRect, PdfDisplayBox) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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