Interface ImagesResultStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImagesResultStream, ImagesResultStream.Builder

public interface ImagesResultStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRawImagesChunk

      boolean hasRawImagesChunk()
      .IronPdfEngine.Proto.RawImageChunkWithIndex raw_images_chunk = 1;
      Returns:
      Whether the rawImagesChunk field is set.
    • getRawImagesChunk

      RawImageChunkWithIndex getRawImagesChunk()
      .IronPdfEngine.Proto.RawImageChunkWithIndex raw_images_chunk = 1;
      Returns:
      The rawImagesChunk.
    • getRawImagesChunkOrBuilder

      RawImageChunkWithIndexOrBuilder getRawImagesChunkOrBuilder()
      .IronPdfEngine.Proto.RawImageChunkWithIndex raw_images_chunk = 1;
    • hasException

      boolean hasException()
      .IronPdfEngine.Proto.RemoteException exception = 2;
      Returns:
      Whether the exception field is set.
    • getException

      RemoteException getException()
      .IronPdfEngine.Proto.RemoteException exception = 2;
      Returns:
      The exception.
    • getExceptionOrBuilder

      RemoteExceptionOrBuilder getExceptionOrBuilder()
      .IronPdfEngine.Proto.RemoteException exception = 2;
    • getResultOrExceptionCase

      ImagesResultStream.ResultOrExceptionCase getResultOrExceptionCase()