Interface PdfiumPagePOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumPageP,- PdfiumPageP.Builder
 
 public interface PdfiumPagePOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()double height = 2;intgetPageIndex()int32 page_index = 6;PdfiumPageRotationPgetPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;PdfiumPageRotationPOrBuildergetPageRotationOrBuilder().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;doublegetPrintHeight()double print_height = 4;doublegetPrintWidth()double print_width = 3;doublegetWidth()double width = 1;booleanhasPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getWidthdouble getWidth() double width = 1;- Returns:
- The width.
 
 - 
getHeightdouble getHeight() double height = 2;- Returns:
- The height.
 
 - 
getPrintWidthdouble getPrintWidth() double print_width = 3;- Returns:
- The printWidth.
 
 - 
getPrintHeightdouble getPrintHeight() double print_height = 4;- Returns:
- The printHeight.
 
 - 
hasPageRotationboolean hasPageRotation() .ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;- Returns:
- Whether the pageRotation field is set.
 
 - 
getPageRotationPdfiumPageRotationP getPageRotation() .ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;- Returns:
- The pageRotation.
 
 - 
getPageRotationOrBuilderPdfiumPageRotationPOrBuilder getPageRotationOrBuilder() .ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
 - 
getPageIndexint getPageIndex() int32 page_index = 6;- Returns:
- The pageIndex.
 
 
- 
 
-