Gets or sets a value that controls how the picture is rendered inside the bounding rectangle of this object.
public AnnSizeMode PictureSizeMode { get; set; }
Public Property PictureSizeMode As AnnSizeMode
@property (nonatomic) LTAnnSizeMode pictureSizeMode;
public AnnSizeMode getPictureSizeMode()
public void setPictureSizeMode(AnnSizeMode sizeMode)
public:
property AnnSizeMode^ PictureSizeMode
{
AnnSizeMode^ get()
void set(AnnSizeMode^ value)
}
A value that controls how the picture is rendered inside the bounding rectangle of this object. Default value is AnnSizeMode.Stretch.
Use this value to control how the image set in Picture is rendered inside the bounding rectangle of this object. The default value of AnnSizeMode.Stretch will cause the picture to always fill the bounding rectangle without keeping the original aspect ratio. A value of AnnSizeMode.Normal will cause the picture to be rendered inside the object keeping the original size and aspect ratio.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document