PngViewOptionsMaxWidth Property |
Max width of an output image in pixels.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic int MaxWidth { get; set; }
Public Property MaxWidth As Integer
Get
Set
public:
virtual property int MaxWidth {
int get () sealed;
void set (int value) sealed;
}
abstract MaxWidth : int with get, set
override MaxWidth : int with get, set
Property Value
Type:
Int32Implements
IMaxSizeOptionsMaxWidth
See Also