Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.MediaFoundation Namespace : ScaleMode Enumeration |
public enum ScaleMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ScaleMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ScaleMode
public enum class ScaleMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | User | One or more of the ScaleHeight, ScaleWidth, Scaleleft, and ScaleTop properties are set to custom values. |
0x00000001 | Twips | Twips (1440 twips per logical inch; 567 twips per logical centimeter). |
0x00000002 | Points | Points (72 points per logical inch). |
0x00000003 | Pixels | Pixels (smallest unit of monitor or printer resolution). |
0x00000004 | Characters | Characters (horizontal = 120 twips per unit; vertical = 240 twips per unit). |
0x00000005 | Inches | Inches |
0x00000006 | Millimeters | Millimeters |
0x00000007 | Centimeters | Centimeters |
System.Object
System.ValueType
System.Enum
Leadtools.MediaFoundation.ScaleMode