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