Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfiumGetPageBoundsRequestP
-
Packages that use PdfiumGetPageBoundsRequestP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfiumGetPageBoundsRequestP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfiumGetPageBoundsRequestP Modifier and Type Method Description PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP.Builder. build()
PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP.Builder. buildPartial()
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. getDefaultInstance()
PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP.Builder. getDefaultInstanceForType()
PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. getDefaultInstanceForType()
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseDelimitedFrom(InputStream input)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(byte[] data)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(com.google.protobuf.ByteString data)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(com.google.protobuf.CodedInputStream input)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(InputStream input)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(ByteBuffer data)
static PdfiumGetPageBoundsRequestP
PdfiumGetPageBoundsRequestP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfiumGetPageBoundsRequestP Modifier and Type Method Description com.google.protobuf.Parser<PdfiumGetPageBoundsRequestP>
PdfiumGetPageBoundsRequestP. getParserForType()
static io.grpc.MethodDescriptor<PdfiumGetPageBoundsRequestP,PdfiumPageBoundsPResultP>
IronPdfServiceGrpc. getPdfiumPageGetPageBoundsMethod()
static com.google.protobuf.Parser<PdfiumGetPageBoundsRequestP>
PdfiumGetPageBoundsRequestP. parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfiumGetPageBoundsRequestP Modifier and Type Method Description PdfiumGetPageBoundsRequestP.Builder
PdfiumGetPageBoundsRequestP.Builder. mergeFrom(PdfiumGetPageBoundsRequestP other)
static PdfiumGetPageBoundsRequestP.Builder
PdfiumGetPageBoundsRequestP. newBuilder(PdfiumGetPageBoundsRequestP prototype)
default void
IronPdfServiceGrpc.AsyncService. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request, io.grpc.stub.StreamObserver<PdfiumPageBoundsPResultP> responseObserver)
PdfiumPageBoundsPResultP
IronPdfServiceGrpc.IronPdfServiceBlockingStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request)
com.google.common.util.concurrent.ListenableFuture<PdfiumPageBoundsPResultP>
IronPdfServiceGrpc.IronPdfServiceFutureStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request, io.grpc.stub.StreamObserver<PdfiumPageBoundsPResultP> responseObserver)
-