Accusoft.PdfXpress5.Net
ImageFitSettings Enumeration
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace : ImageFitSettings Enumeration




Glossary Item Box

Option values which determine the fit of the image within the destination rectangle.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2012. Accusoft Corporation. All Rights Reserved.