|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : AnnSizeMode Enumeration |
public enum AnnSizeMode : System.Enum
'Declaration
Public Enum AnnSizeMode Inherits System.Enum
public enum AnnSizeMode : System.Enum
typedef enum LTAnnSizeMode
public enum AnnSizeMode
Leadtools.Annotations.Core.AnnSizeMode = function() { };
Leadtools.Annotations.Core.AnnSizeMode.prototype = {
ActualSize = 0x00000000,
Stretch = 0x00000001,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | ActualSize | Render the picture using its original size.![]() ![]() ![]() ![]() |
| 0x00000001 | Stretch | Stretch the picture to fill the destination bounding rectangle.![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnSizeMode