public class ImageMergeInput extends Object implements MergeInput
| Constructor and Description |
|---|
ImageMergeInput(Source<?> source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
PageOrientation |
getPageOrientation() |
PageSize |
getPageSize() |
Source<?> |
getSource() |
int |
hashCode() |
boolean |
isShouldPageSizeMatchImageSize() |
void |
setPageOrientation(PageOrientation pageOrientation) |
void |
setPageSize(PageSize pageSize)
sets the default size of the PDF pages generated from images
|
void |
setShouldPageSizeMatchImageSize(boolean shouldPageSizeMatchImageSize)
If true a PDF page generated by an image will have the same size as the image itself
|
String |
toString() |
public ImageMergeInput(Source<?> source)
public Source<?> getSource()
public PageSize getPageSize()
public void setPageSize(PageSize pageSize)
pageSize - public boolean isShouldPageSizeMatchImageSize()
public void setShouldPageSizeMatchImageSize(boolean shouldPageSizeMatchImageSize)
shouldPageSizeMatchImageSize - public PageOrientation getPageOrientation()
public void setPageOrientation(PageOrientation pageOrientation)
Copyright © 2021 sejda. All rights reserved.