←Select platform

ViewHeight Property

Summary

Gets or sets the desired height of the viewport for rasterizing vector image files.

Syntax
C#
VB
C++
Java
public int ViewHeight { get; set; } 
Public Property ViewHeight As Integer 
public int getViewHeight() 
public void setViewHeight(int viewHeight) 
public: 
property int ViewHeight { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly