Leadtools.Codecs Namespace : CodecsVectorViewMode Enumeration |
public enum CodecsVectorViewMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsVectorViewMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsVectorViewMode
public enum CodecsVectorViewMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsVectorViewMode = function() { }; Leadtools.Codecs.CodecsVectorViewMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsVectorViewMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
UseBest | Fit the drawing into the specified CodecsVectorLoadOptions.ViewWidth and CodecsVectorLoadOptions.ViewHeight. Final image size is less than or equal to the viewport size. |
UseHeight | 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. |
UseWidth | 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. |
UseWidthAndHeight | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsVectorViewMode
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