←Select platform

AnnSizeMode Enumeration

Summary

Specifies how to render a picture inside the destination bounding rectangle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnSizeMode  
Public Enum AnnSizeMode  
    
public enum AnnSizeMode  
typedef enum LTAnnSizeMode 
public enum AnnSizeMode 
Leadtools.Annotations.Core.AnnSizeMode = function() { }; 
Leadtools.Annotations.Core.AnnSizeMode.prototype = { 
 
  ActualSize = 0x00000000, 
    Stretch = 0x00000001, 
     
 }; 
public: 
   enum class AnnSizeMode sealed 

Members

ValueMemberDescription
0ActualSize Render the picture using its original size.
1Stretch Stretch the picture to fill the destination bounding rectangle.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly