Example #1
0
 public void BeginPage(CGPDFPageInfo info)
 {
     CGPDFContextBeginPage(handle, info == null ? IntPtr.Zero : info.ToDictionary().Handle);
 }
		public void BeginPage (CGPDFPageInfo info)
		{
			CGPDFContextBeginPage (handle, info == null ? IntPtr.Zero : info.ToDictionary ().Handle);
		}