HtmlViewOptionsImageMaxHeight Property |
Max height of an output image in pixels. (When converting single image to HTML only)
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic int ImageMaxHeight { get; set; }
Public Property ImageMaxHeight As Integer
Get
Set
public:
property int ImageMaxHeight {
int get ();
void set (int value);
}
member ImageMaxHeight : int with get, set
Property Value
Type:
Int32
See Also