Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ViewHeight Property








Gets or sets the desired height of the viewport for rasterizing vector image files.
Syntax
public int ViewHeight {get; set;}
'Declaration
 
Public Property ViewHeight As Integer
'Usage
 
Dim instance As CodecsVectorLoadOptions
Dim value As Integer
 
instance.ViewHeight = value
 
value = instance.ViewHeight
public int ViewHeight {get; set;}
public int getViewHeight()
public void setViewHeight(int viewHeight)
            
 <br/>get_ViewHeight();<br/>set_ViewHeight(value);<br/>Object.defineProperty('ViewHeight'); 
public:
property int ViewHeight {
   int get();
   void set (    int value);
}

Property Value

The height 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

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

Error processing SSI file