Interface DrawBitmapRequestStream.InfoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- DrawBitmapRequestStream.Info,- DrawBitmapRequestStream.Info.Builder
- Enclosing class:
- DrawBitmapRequestStream
public static interface DrawBitmapRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiondoubledouble desired_height = 6;doubledouble desired_width = 5;.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;intgetPageIndexes(int index) repeated int32 page_indexes = 2;intrepeated int32 page_indexes = 2;repeated int32 page_indexes = 2;optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;doublegetX()different API: this will draw at same x,y for every pagedoublegetY()double y = 4;boolean.IronPdfEngine.Proto.PdfDocument document = 1;booleanoptional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getPageIndexesListrepeated int32 page_indexes = 2;- Returns:
- A list containing the pageIndexes.
 
- 
getPageIndexesCountint getPageIndexesCount()repeated int32 page_indexes = 2;- Returns:
- The count of pageIndexes.
 
- 
getPageIndexesint getPageIndexes(int index) repeated int32 page_indexes = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The pageIndexes at the given index.
 
- 
getXdouble getX()different API: this will draw at same x,y for every page double x = 3;- Returns:
- The x.
 
- 
getYdouble getY()double y = 4;- Returns:
- The y.
 
- 
getDesiredWidthdouble getDesiredWidth()double desired_width = 5;- Returns:
- The desiredWidth.
 
- 
getDesiredHeightdouble getDesiredHeight()double desired_height = 6;- Returns:
- The desiredHeight.
 
- 
hasPixelFormatboolean hasPixelFormat()optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;- Returns:
- Whether the pixelFormat field is set.
 
- 
getPixelFormatPixelFormat getPixelFormat()optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;- Returns:
- The pixelFormat.
 
- 
getPixelFormatOrBuilderPixelFormatOrBuilder getPixelFormatOrBuilder()optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;
 
-