←Select platform

AnnSizeMode Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT 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, 
     
 }; 

Members

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

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize