共用方式為


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

要設定界限的方塊。

屬性

適用於