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 Summary
Modifier and TypeMethodDescriptiongetInfo()
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
com.google.protobuf.ByteString
bytes raw_image_chunk = 2;
boolean
hasInfo()
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
boolean
bytes raw_image_chunk = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInfo
boolean hasInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
DrawBitmapRequestStream.Info getInfo().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
DrawBitmapRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
-
hasRawImageChunk
boolean hasRawImageChunk()bytes raw_image_chunk = 2;
- Returns:
- Whether the rawImageChunk field is set.
-
getRawImageChunk
com.google.protobuf.ByteString getRawImageChunk()bytes raw_image_chunk = 2;
- Returns:
- The rawImageChunk.
-
getRequestCase
DrawBitmapRequestStream.RequestCase getRequestCase()
-