Home > comp > gb.cairo > cairopdfsurface > resize 
 en fr de es it nl pl pt pt_BR mk ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
CairoPdfSurface.Resize (gb.cairo)
Sub Resize ( Width As Float, Height As Float )

Changes the size of a PDF surface for the current (and subsequent) pages.

This function should only be called before any drawing operations have been performed on the current page. The simplest way to do this is to call this function immediately after creating the surface or immediately after completing a page with either Cairo.ShowPage or Cairo.CopyPage.