PdfPage.SetBoundsForBox(CGRect, PdfDisplayBox) 方法

定义

设置指定框的边界,如果不存在框,则创建一个框。

[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

参数

bounds
CGRect

要设置的边界。

box
PdfDisplayBox

要为其设置边界的框。

属性

适用于