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 > AnnStampObject Class : PictureSizeMode Property |
public AnnSizeMode PictureSizeMode {get; set;}
'Declaration
Public Property PictureSizeMode As AnnSizeMode
public AnnSizeMode PictureSizeMode {get; set;}
@property (nonatomic) LTAnnSizeMode pictureSizeMode;
public AnnSizeMode getPictureSizeMode() public void setPictureSizeMode(AnnSizeMode sizeMode)
get_PictureSizeMode();
set_PictureSizeMode(value);
Object.defineProperty('PictureSizeMode');
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.