Transform the page contents and page bounding boxes.

 

   

Syntax
 

[C#]
void Transform(XTransform transform)

[Visual Basic]
Sub Transform(transform As XTransform)

 

   

Params
 
Name Description
transform The transform to apply.

 

   

Notes
 

Transform the page contents and page bounding boxes (MediaBox, CropBox, BleedBox, TrimBox and ArtBox).

You can use this function to scale or otherwise alter a page.

 

   

Example
 

None.