ViewInfoOptionsMaxHeight Property |
Max height of the output image (for rendering to PNG/JPG only)
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic int MaxHeight { get; set; }
Public Property MaxHeight As Integer
Get
Set
public:
virtual property int MaxHeight {
int get () sealed;
void set (int value) sealed;
}
abstract MaxHeight : int with get, set
override MaxHeight : int with get, set
Property Value
Type:
Int32Implements
IMaxSizeOptionsMaxHeight
See Also