Class PdfPageInfo
One page of an opened PDF, as much of it as producing an image requires.
public sealed class PdfPageInfo
- Inheritance
-
PdfPageInfo
- Inherited Members
Properties
- DisplayHeightPoints
Gets the height in points as displayed, with rotation applied.
- DisplayWidthPoints
Gets the width in points as displayed, with rotation applied.
- HeightPoints
Gets the visible height in points, before rotation.
- PageNumber
Gets the one-based page number.
- Rotation
Gets the clockwise display rotation in degrees: 0, 90, 180 or 270.
- WidthPoints
Gets the visible width in points, before rotation, taking the crop box and
/UserUnitinto account.