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