HtmlViewOptionsImageHeight Property |
The 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 ImageHeight { get; set; }
Public Property ImageHeight As Integer
Get
Set
public:
property int ImageHeight {
int get ();
void set (int value);
}
member ImageHeight : int with get, set
Property Value
Type:
Int32
See Also