public interface IMaxSizeOptions
The IMaxSizeOptions interface defines the limits of image size options in the GroupDocs.Viewer component. It serves as a contract for classes that provide maximum size constraints for rendering images.
JpgViewOptions,
PngViewOptions,
ViewInfoOptions| Modifier and Type | Method and Description |
|---|---|
int |
getMaxHeight()
Retrieves the maximum height of an output image in pixels.
|
int |
getMaxWidth()
Retrieves the maximum width of an output image in pixels.
|
void |
setMaxHeight(int maxHeight)
Sets the maximum height of an output image in pixels.
|
void |
setMaxWidth(int maxWidth)
Sets the maximum width of an output image in pixels.
|
int getMaxHeight()
Retrieves the maximum height of an output image in pixels.
int getMaxWidth()
Retrieves the maximum width of an output image in pixels.
void setMaxHeight(int maxHeight)
Sets the maximum height of an output image in pixels.
maxHeight - The maximum height of the output image.void setMaxWidth(int maxWidth)
Sets the maximum width of an output image in pixels.
maxWidth - The maximum width of the output image.Copyright © 2024. All rights reserved.