UIGraphicsPdfRendererContext.BeginPage 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.
Overloads
BeginPage() |
Creates a new page in the PDF. |
BeginPage(CGRect, NSDictionary<NSString,NSObject>) |
Creates a page of the size specified in |
BeginPage()
Creates a new page in the PDF.
[Foundation.Export("beginPage")]
public virtual void BeginPage ();
abstract member BeginPage : unit -> unit
override this.BeginPage : unit -> unit
- Attributes
Applies to
BeginPage(CGRect, NSDictionary<NSString,NSObject>)
Creates a page of the size specified in bounds
.
[Foundation.Export("beginPageWithBounds:pageInfo:")]
public virtual void BeginPage (CoreGraphics.CGRect bounds, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> pageInfo);
abstract member BeginPage : CoreGraphics.CGRect * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.BeginPage : CoreGraphics.CGRect * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
Parameters
- bounds
- CGRect
The bounds of the new page.
- pageInfo
- NSDictionary<NSString,NSObject>
Additional information about the page.
- Attributes