Interface DrawBitmapRequestStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- DrawBitmapRequestStream,- DrawBitmapRequestStream.Builder
public interface DrawBitmapRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;com.google.protobuf.ByteStringbytes raw_image_chunk = 2;booleanhasInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;booleanbytes raw_image_chunk = 2;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- 
hasInfoboolean hasInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;- Returns:
- Whether the info field is set.
 
- 
getInfoDrawBitmapRequestStream.Info getInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;- Returns:
- The info.
 
- 
getInfoOrBuilderDrawBitmapRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.DrawBitmapRequestStream.Info 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.
 
- 
getRequestCaseDrawBitmapRequestStream.RequestCase getRequestCase()
 
-