Package ai.extend.types
Interface ParseRunOutputMetadataPagesItem.OriginalPageHeightStage
-
- All Known Implementing Classes:
ParseRunOutputMetadataPagesItem.Builder
- Enclosing class:
- ParseRunOutputMetadataPagesItem
public static interface ParseRunOutputMetadataPagesItem.OriginalPageHeightStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputMetadataPagesItem.DpiStageoriginalPageHeight(double originalPageHeight)The file's true page height, independent of rendering resolution.
-
-
-
Method Detail
-
originalPageHeight
ParseRunOutputMetadataPagesItem.DpiStage originalPageHeight(double originalPageHeight)
The file's true page height, independent of rendering resolution.
-
-