Interface PdfiumDrawBitmapRequestStreamPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumDrawBitmapRequestStreamP,- PdfiumDrawBitmapRequestStreamP.Builder
 
 public interface PdfiumDrawBitmapRequestStreamPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumDrawBitmapRequestStreamP.InfoPgetInfo().ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;PdfiumDrawBitmapRequestStreamP.InfoPOrBuildergetInfoOrBuilder().ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;com.google.protobuf.ByteStringgetRawImageChunk()bytes raw_image_chunk = 2;PdfiumDrawBitmapRequestStreamP.RequestCasegetRequestCase()booleanhasInfo().ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;booleanhasRawImageChunk()bytes raw_image_chunk = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasInfoboolean hasInfo() .ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;- Returns:
- Whether the info field is set.
 
 - 
getInfoPdfiumDrawBitmapRequestStreamP.InfoP getInfo() .ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;- Returns:
- The info.
 
 - 
getInfoOrBuilderPdfiumDrawBitmapRequestStreamP.InfoPOrBuilder getInfoOrBuilder() .ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP info = 1;
 - 
hasRawImageChunkboolean hasRawImageChunk() bytes raw_image_chunk = 2;- Returns:
- Whether the rawImageChunk field is set.
 
 - 
getRawImageChunkcom.google.protobuf.ByteString getRawImageChunk() bytes raw_image_chunk = 2;- Returns:
- The rawImageChunk.
 
 - 
getRequestCasePdfiumDrawBitmapRequestStreamP.RequestCase getRequestCase() 
 
- 
 
-