Interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumDrawBitmapRequestStreamP.InfoP,PdfiumDrawBitmapRequestStreamP.InfoP.Builder
- Enclosing class:
 - PdfiumDrawBitmapRequestStreamP
 
public static interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDesiredHeight()double desired_height = 6;doublegetDesiredWidth()double desired_width = 5;PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;intgetPageIndexes(int index)repeated int32 page_indexes = 2;intgetPageIndexesCount()repeated int32 page_indexes = 2;List<Integer>getPageIndexesList()repeated int32 page_indexes = 2;PdfiumPixelFormatPgetPixelFormat()optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;PdfiumPixelFormatPOrBuildergetPixelFormatOrBuilder()optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;doublegetX()different API: this will draw at same x,y for every pagedoublegetY()double y = 4;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;booleanhasPixelFormat()optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - Whether the document field is set.
 
 
- 
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - The document.
 
 
- 
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; 
- 
getPageIndexesList
List<Integer> getPageIndexesList()
repeated int32 page_indexes = 2;- Returns:
 - A list containing the pageIndexes.
 
 
- 
getPageIndexesCount
int getPageIndexesCount()
repeated int32 page_indexes = 2;- Returns:
 - The count of pageIndexes.
 
 
- 
getPageIndexes
int getPageIndexes(int index)
repeated int32 page_indexes = 2;- Parameters:
 index- The index of the element to return.- Returns:
 - The pageIndexes at the given index.
 
 
- 
getX
double getX()
different API: this will draw at same x,y for every page
double x = 3;- Returns:
 - The x.
 
 
- 
getY
double getY()
double y = 4;- Returns:
 - The y.
 
 
- 
getDesiredWidth
double getDesiredWidth()
double desired_width = 5;- Returns:
 - The desiredWidth.
 
 
- 
getDesiredHeight
double getDesiredHeight()
double desired_height = 6;- Returns:
 - The desiredHeight.
 
 
- 
hasPixelFormat
boolean hasPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;- Returns:
 - Whether the pixelFormat field is set.
 
 
- 
getPixelFormat
PdfiumPixelFormatP getPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;- Returns:
 - The pixelFormat.
 
 
- 
getPixelFormatOrBuilder
PdfiumPixelFormatPOrBuilder getPixelFormatOrBuilder()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; 
 - 
 
 -