Uses of Class
com.ironsoftware.ironpdf.internal.proto.DrawBitmapRequestStream.Info.Builder
Packages that use DrawBitmapRequestStream.Info.Builder
-
Uses of DrawBitmapRequestStream.Info.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return DrawBitmapRequestStream.Info.BuilderModifier and TypeMethodDescriptionDrawBitmapRequestStream.Info.Builder.addAllPageIndexes
(Iterable<? extends Integer> values) repeated int32 page_indexes = 2;
DrawBitmapRequestStream.Info.Builder.addPageIndexes
(int value) repeated int32 page_indexes = 2;
DrawBitmapRequestStream.Info.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DrawBitmapRequestStream.Info.Builder.clear()
DrawBitmapRequestStream.Info.Builder.clearDesiredHeight()
double desired_height = 6;
DrawBitmapRequestStream.Info.Builder.clearDesiredWidth()
double desired_width = 5;
DrawBitmapRequestStream.Info.Builder.clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
DrawBitmapRequestStream.Info.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) DrawBitmapRequestStream.Info.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) DrawBitmapRequestStream.Info.Builder.clearPageIndexes()
repeated int32 page_indexes = 2;
DrawBitmapRequestStream.Info.Builder.clearPixelFormat()
optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;
DrawBitmapRequestStream.Info.Builder.clearX()
different API: this will draw at same x,y for every pageDrawBitmapRequestStream.Info.Builder.clearY()
double y = 4;
DrawBitmapRequestStream.Info.Builder.clone()
DrawBitmapRequestStream.Builder.getInfoBuilder()
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;
DrawBitmapRequestStream.Info.Builder.mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
DrawBitmapRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DrawBitmapRequestStream.Info.Builder.mergeFrom
(com.google.protobuf.Message other) DrawBitmapRequestStream.Info.Builder.mergeFrom
(DrawBitmapRequestStream.Info other) DrawBitmapRequestStream.Info.Builder.mergePixelFormat
(PixelFormat value) optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;
DrawBitmapRequestStream.Info.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DrawBitmapRequestStream.Info.newBuilder()
DrawBitmapRequestStream.Info.newBuilder
(DrawBitmapRequestStream.Info prototype) DrawBitmapRequestStream.Info.newBuilderForType()
protected DrawBitmapRequestStream.Info.Builder
DrawBitmapRequestStream.Info.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DrawBitmapRequestStream.Info.Builder.setDesiredHeight
(double value) double desired_height = 6;
DrawBitmapRequestStream.Info.Builder.setDesiredWidth
(double value) double desired_width = 5;
DrawBitmapRequestStream.Info.Builder.setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
DrawBitmapRequestStream.Info.Builder.setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
DrawBitmapRequestStream.Info.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DrawBitmapRequestStream.Info.Builder.setPageIndexes
(int index, int value) repeated int32 page_indexes = 2;
DrawBitmapRequestStream.Info.Builder.setPixelFormat
(PixelFormat value) optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;
DrawBitmapRequestStream.Info.Builder.setPixelFormat
(PixelFormat.Builder builderForValue) optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7;
DrawBitmapRequestStream.Info.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DrawBitmapRequestStream.Info.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DrawBitmapRequestStream.Info.Builder.setX
(double value) different API: this will draw at same x,y for every pageDrawBitmapRequestStream.Info.Builder.setY
(double value) double y = 4;
DrawBitmapRequestStream.Info.toBuilder()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type DrawBitmapRequestStream.Info.BuilderModifier and TypeMethodDescriptionDrawBitmapRequestStream.Builder.setInfo
(DrawBitmapRequestStream.Info.Builder builderForValue) .IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1;