public interface PdfToMultiPageTiffImageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocumentOrBuilder |
getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1; |
int |
getDpi()
optional int32 dpi = 3; |
int |
getMaxHeight()
optional int32 max_height = 5; |
int |
getMaxWidth()
optional int32 max_width = 4; |
int |
getPageIndexes(int index)
null/empty for all pages
|
int |
getPageIndexesCount()
null/empty for all pages
|
List<Integer> |
getPageIndexesList()
null/empty for all pages
|
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
hasDpi()
optional int32 dpi = 3; |
boolean |
hasMaxHeight()
optional int32 max_height = 5; |
boolean |
hasMaxWidth()
optional int32 max_width = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;
List<Integer> getPageIndexesList()
null/empty for all pages
repeated int32 page_indexes = 2;
int getPageIndexesCount()
null/empty for all pages
repeated int32 page_indexes = 2;
int getPageIndexes(int index)
null/empty for all pages
repeated int32 page_indexes = 2;
index
- The index of the element to return.boolean hasDpi()
optional int32 dpi = 3;
int getDpi()
optional int32 dpi = 3;
boolean hasMaxWidth()
optional int32 max_width = 4;
int getMaxWidth()
optional int32 max_width = 4;
boolean hasMaxHeight()
optional int32 max_height = 5;
int getMaxHeight()
optional int32 max_height = 5;
Copyright © 2022–2023 Iron Software. All rights reserved.