Leadtools.Codecs Namespace > CodecsVectorLoadOptions Class : ViewWidth Property |
public int ViewWidth {get; set;}
'Declaration Public Property ViewWidth As Integer
'Usage Dim instance As CodecsVectorLoadOptions Dim value As Integer instance.ViewWidth = value value = instance.ViewWidth
public int ViewWidth {get; set;}
get_ViewWidth();
set_ViewWidth(value);
Object.defineProperty('ViewWidth');
A vector image file format usually does not have a physical size. The user can specify a viewport (physical size up to which the drawing can be rendered) ViewWidth and ViewHeight. How the drawing is to be rendered inside this viewport depends on the current viewport mode set with ViewMode. Default viewport size is 640x480 pixels.