다음을 통해 공유


CGContextPDF 생성자

정의

오버로드

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

적용 대상

CGContextPDF(NSUrl, CGRect, CGPDFInfo)

public CGContextPDF (Foundation.NSUrl url, CoreGraphics.CGRect mediaBox, CoreGraphics.CGPDFInfo info);
new CoreGraphics.CGContextPDF : Foundation.NSUrl * CoreGraphics.CGRect * CoreGraphics.CGPDFInfo -> CoreGraphics.CGContextPDF

매개 변수

url
NSUrl
mediaBox
CGRect
info
CGPDFInfo

적용 대상