AnnSizeMode Enumeration (original) (raw)

Summary

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

Syntax

C#

Objective-C

C++/CLI

Java

Python

typedef NS_ENUM (NSInteger, LTAnnSizeMode) { LTAnnSizeModeActualSize = 0, LTAnnSizeModeStretch = 1, };

public: enum class AnnSizeMode sealed

class AnnSizeMode(Enum): ActualSize = 0 Stretch = 1

Members

Value Member Description
0 ActualSize Render the picture using its original size.
1 Stretch Stretch the picture to fill the destination bounding rectangle.

Leadtools.Annotations.Engine Assembly