Accusoft.PdfXpress6.Net
ImageFitSettings Enumeration




Option values which determine the fit of the image within the destination rectangle.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImageFitSettings 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageFitSettings
[FlagsAttribute()]
__value public enum ImageFitSettings : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
[FlagsAttribute()]
public enum class ImageFitSettings : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
GravityBottomAlign the bottom edge of the image with the bottom edge of the destination rectangle.
GravityLeftAlign the top edge of the image with the top edge of the destination rectangle.
GravityRightAlign the right edge of the image with the right edge of the destination rectangle.
GravityTopAlign the left edge of the image with the left edge of the destination rectangle.
GrowGrow the image, if necessary, to fit within the destination rectangle.
NoneThe default image fit setting.
ShrinkShrink the image, if necessary, to fit within the destination rectangle.
StretchStretch the image to completely fill the destination rectangle without retaining the aspect ratio of the source image.
Remarks
These options are used by the AddImage methods within the Document class to define the fit of the image file to add.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.PdfXpressSdk.ImageFitSettings

See Also

Reference

Accusoft.PdfXpressSdk Namespace
Document Class
AddImage Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback