public interface IMaxSizeOptions
Modifier and Type | Method and Description |
---|---|
int |
getMaxHeight()
Max height of an output image in pixels.
|
int |
getMaxWidth()
Max width of an output image in pixels.
|
void |
setMaxHeight(int maxHeight)
Max height of an output image in pixels.
|
void |
setMaxWidth(int maxWidth)
Max width of an output image in pixels.
|
int getMaxHeight()
int getMaxWidth()
void setMaxHeight(int maxHeight)
void setMaxWidth(int maxWidth)
Copyright © 2023. All rights reserved.