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 = {
UseBest = 0x00000000, UseWidthAndHeight = 0x00000001, UseWidth = 0x00000002, UseHeight = 0x00000003, };
public enum class CodecsVectorViewMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | UseBest | Fit the drawing into the specified CodecsVectorLoadOptions.ViewWidth and CodecsVectorLoadOptions.ViewHeight. Final image size is less than or equal to the viewport size. |
0x00000001 | 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. |
0x00000002 | 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. |
0x00000003 | 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsVectorViewMode