CGContextPDF コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CGContextPDF(CGDataConsumer) | |
CGContextPDF(NSUrl) |
指定した URL に格納されている mediaBox ディメンションを使用して、そのコマンドを PDF ファイルに記録する新しい CGContext を作成します。 |
CGContextPDF(CGDataConsumer, CGPDFInfo) | |
CGContextPDF(CGDataConsumer, CGRect) | |
CGContextPDF(NSUrl, CGPDFInfo) |
指定した URL の PDF ファイルにそのコマンドを記録する新しい CGContext を作成します。 |
CGContextPDF(NSUrl, CGRect) |
指定した URL に格納されている mediaBox ディメンションを使用して、そのコマンドを PDF ファイルに記録する新しい CGContext を作成します。 |
CGContextPDF(CGDataConsumer, CGRect, CGPDFInfo) | |
CGContextPDF(NSUrl, CGRect, CGPDFInfo) |
CGContextPDF(CGDataConsumer)
public CGContextPDF (CoreGraphics.CGDataConsumer dataConsumer);
new CoreGraphics.CGContextPDF : CoreGraphics.CGDataConsumer -> CoreGraphics.CGContextPDF
パラメーター
- dataConsumer
- CGDataConsumer
適用対象
CGContextPDF(NSUrl)
指定した URL に格納されている mediaBox ディメンションを使用して、そのコマンドを PDF ファイルに記録する新しい CGContext を作成します。
public CGContextPDF (Foundation.NSUrl url);
new CoreGraphics.CGContextPDF : Foundation.NSUrl -> CoreGraphics.CGContextPDF
パラメーター
- url
- NSUrl
PDF ファイルは、この URL に格納されます
適用対象
CGContextPDF(CGDataConsumer, CGPDFInfo)
public CGContextPDF (CoreGraphics.CGDataConsumer dataConsumer, CoreGraphics.CGPDFInfo info);
new CoreGraphics.CGContextPDF : CoreGraphics.CGDataConsumer * CoreGraphics.CGPDFInfo -> CoreGraphics.CGContextPDF
パラメーター
- dataConsumer
- CGDataConsumer
- info
- CGPDFInfo
適用対象
CGContextPDF(CGDataConsumer, CGRect)
public CGContextPDF (CoreGraphics.CGDataConsumer dataConsumer, CoreGraphics.CGRect mediaBox);
new CoreGraphics.CGContextPDF : CoreGraphics.CGDataConsumer * CoreGraphics.CGRect -> CoreGraphics.CGContextPDF
パラメーター
- dataConsumer
- CGDataConsumer
- mediaBox
- CGRect
適用対象
CGContextPDF(NSUrl, CGPDFInfo)
指定した URL の PDF ファイルにそのコマンドを記録する新しい CGContext を作成します。
public CGContextPDF (Foundation.NSUrl url, CoreGraphics.CGPDFInfo info);
new CoreGraphics.CGContextPDF : Foundation.NSUrl * CoreGraphics.CGPDFInfo -> CoreGraphics.CGContextPDF
パラメーター
- url
- NSUrl
PDF ファイルは、この URL に格納されます
- info
- CGPDFInfo
PDF 構成オプション
適用対象
CGContextPDF(NSUrl, CGRect)
指定した URL に格納されている mediaBox ディメンションを使用して、そのコマンドを PDF ファイルに記録する新しい CGContext を作成します。
public CGContextPDF (Foundation.NSUrl url, CoreGraphics.CGRect mediaBox);
new CoreGraphics.CGContextPDF : Foundation.NSUrl * CoreGraphics.CGRect -> CoreGraphics.CGContextPDF
パラメーター
- url
- NSUrl
PDF ファイルは、この URL に格納されます
- mediaBox
- CGRect
生成するメディア ボックスのサイズをポイント単位で指定します。
適用対象
CGContextPDF(CGDataConsumer, CGRect, CGPDFInfo)
public CGContextPDF (CoreGraphics.CGDataConsumer dataConsumer, CoreGraphics.CGRect mediaBox, CoreGraphics.CGPDFInfo info);
new CoreGraphics.CGContextPDF : CoreGraphics.CGDataConsumer * CoreGraphics.CGRect * CoreGraphics.CGPDFInfo -> CoreGraphics.CGContextPDF
パラメーター
- dataConsumer
- CGDataConsumer
- mediaBox
- CGRect
- info
- CGPDFInfo