Skip to content

PDFPageTransformer

Namespace: O2S.Components.PDF4NET.Transforms

Defines a transformer for page content.

public class PDFPageTransformer

Inheritance ObjectPDFPageTransformer

Constructors

PDFPageTransformer(PDFPage)

Initializes a new PDFPageTransformer object.

public PDFPageTransformer(PDFPage page)

Parameters

page PDFPage
The page whose content will be transformed.


Methods

ApplyTransform(PDFPageTransform)

Applies the specified transformation on the page content.

public void ApplyTransform(PDFPageTransform pageTransform)

Parameters

pageTransform PDFPageTransform
The transformation to apply to the page content.