LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

ViewWidth Property






Gets or sets the desired width of the viewport for rasterizing vector image files. .NET support
Syntax
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);
public:
property int ViewWidth {
   int get();
   void set (    int value);
}

Property Value

The width of the viewport in pixels.
Remarks

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.

Example
For an example, refer to CodecsVectorLoadOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.