←Select platform

CodecsVectorViewMode Enumeration

Summary

Indicates the view mode for rasterizing a vector image.

Syntax
C#
VB
C++
Java
public enum CodecsVectorViewMode   
Public Enum CodecsVectorViewMode  
public enum CodecsVectorViewMode 
public enum class CodecsVectorViewMode   

Members
ValueMemberDescription
0UseBest Fit the drawing into the specified CodecsVectorLoadOptions.ViewWidth and CodecsVectorLoadOptions.ViewHeight. Final image size is less than or equal to the viewport size.
1UseWidthAndHeight Use the specified CodecsVectorLoadOptions.ViewWidth. Calculate new height, preserving the aspect ratio. Final image size has the same width as the current CodecsVectorLoadOptions.ViewWidth, with the height less than or equal to the current CodecsVectorLoadOptions.ViewHeight.
2UseWidth Use the current CodecsVectorLoadOptions.ViewHeight. Calculate the new width, preserving the aspect ratio. Final image size has the same height as the current CodecsVectorLoadOptions.ViewHeight, with the width less than or equal to the current CodecsVectorLoadOptions.ViewWidth.
3UseHeight Use both the CodecsVectorLoadOptions.ViewWidth and the CodecsVectorLoadOptions.ViewHeight (stretch image if necessary). Final image size has the same width and height as the current viewport size.

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

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