Accusoft.PdfXpress7.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
[Flags()]
public enum ImageFitSettings : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
[Flags()]
__value public enum ImageFitSettings : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
[Flags()]
public enum class ImageFitSettings : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
GravityBottom64Align the bottom edge of the image with the bottom edge of the destination rectangle.
GravityLeft8Align the top edge of the image with the top edge of the destination rectangle.
GravityRight32Align the right edge of the image with the right edge of the destination rectangle.
GravityTop16Align the left edge of the image with the left edge of the destination rectangle.
Grow4Grow the image, if necessary, to fit within the destination rectangle.
None0The default image fit setting.
Shrink2Shrink the image, if necessary, to fit within the destination rectangle.
Stretch1Stretch 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback