PDFPageTransformer¶
Namespace: O2S.Components.PDF4NET.Transforms
Defines a transformer for page content.
Inheritance Object → PDFPageTransformer
Constructors¶
PDFPageTransformer(PDFPage)¶
Initializes a new PDFPageTransformer object.
Parameters
page PDFPage
The page whose content will be transformed.
Methods¶
ApplyTransform(PDFPageTransform)¶
Applies the specified transformation on the page content.
Parameters
pageTransform PDFPageTransform
The transformation to apply to the page content.