UIGraphicsPdfRenderer.WritePdf 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.
Renders the PDF described in actions
to url
.
[Foundation.Export("writePDFToURL:withActions:error:")]
public virtual bool WritePdf (Foundation.NSUrl url, Action<UIKit.UIGraphicsPdfRendererContext> actions, out Foundation.NSError error);
abstract member WritePdf : Foundation.NSUrl * Action<UIKit.UIGraphicsPdfRendererContext> * -> bool
override this.WritePdf : Foundation.NSUrl * Action<UIKit.UIGraphicsPdfRendererContext> * -> bool
Parameters
- url
- NSUrl
- actions
- Action<UIGraphicsPdfRendererContext>
- error
- NSError
Returns
- Attributes