Package | Description |
---|---|
com.ironsoftware.ironpdf.internal.proto |
Modifier and Type | Method and Description |
---|---|
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.addAllPageIndexes(Iterable<? extends Integer> values)
repeated int32 page_indexes = 2; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.addPageIndexes(int value)
repeated int32 page_indexes = 2; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clear() |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearDesiredHeight()
double desired_height = 6; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearDesiredWidth()
double desired_width = 5; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearPageIndexes()
repeated int32 page_indexes = 2; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearPixelFormat()
optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearX()
different API: this will draw at same x,y for every page
|
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clearY()
double y = 4; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.clone() |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Builder.getInfoBuilder()
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergeDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergeFrom(DrawBitmapRequestStream.Info other) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergeFrom(com.google.protobuf.Message other) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergePixelFormat(PixelFormat value)
optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.newBuilder() |
static DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.newBuilder(DrawBitmapRequestStream.Info prototype) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.newBuilderForType() |
protected DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setDesiredHeight(double value)
double desired_height = 6; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setDesiredWidth(double value)
double desired_width = 5; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setDocument(PdfDocument.Builder builderForValue)
.IronPdfEngine.Proto.PdfDocument document = 1; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setPageIndexes(int index,
int value)
repeated int32 page_indexes = 2; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setPixelFormat(PixelFormat.Builder builderForValue)
optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setPixelFormat(PixelFormat value)
optional .IronPdfEngine.Proto.PixelFormat pixelFormat = 7; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setX(double value)
different API: this will draw at same x,y for every page
|
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.Builder.setY(double value)
double y = 4; |
DrawBitmapRequestStream.Info.Builder |
DrawBitmapRequestStream.Info.toBuilder() |
Modifier and Type | Method and Description |
---|---|
DrawBitmapRequestStream.Builder |
DrawBitmapRequestStream.Builder.setInfo(DrawBitmapRequestStream.Info.Builder builderForValue)
.IronPdfEngine.Proto.DrawBitmapRequestStream.Info info = 1; |
Copyright © 2022–2023 Iron Software. All rights reserved.