Example #1
0
 public virtual RectangleF RenderPageRef(CGPDFPage page, CGContext context, RectangleF rectangle, PSPDFPageInfo pageInfo, PSPDFAnnotation[] annotations, NSDictionary options)
 {
     return RenderPageRef_ (page.Handle, context, rectangle, pageInfo, annotations, options);
 }
Example #2
0
 public virtual SizeF SetupGraphicsContext(CGPDFPage page, CGContext context, PointF point, double zoom, PSPDFPageInfo pageInfo, PSPDFAnnotation[] annotations, NSDictionary options)
 {
     return SetupGraphicsContext_ (page.Handle, context.Handle, point, zoom, pageInfo, annotations, options);
 }
Example #3
0
 public virtual void DrawPdfPage(CGPDFPage page, CGContext context, PSPDFPageInfo pageInfo)
 {
     DrawPDFPage_ (page.Handle, context, pageInfo);
 }