Documents for PDF, .NET Edition Documentation
ImageScaleMode Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : ImageScaleMode Enumeration
Specifies the circumstances under which the image should be scaled inside the button rectangle.
Syntax
'Declaration
 
Public Enum ImageScaleMode 
   Inherits System.Enum
public enum ImageScaleMode : System.Enum 
Members
MemberDescription
AlwaysAlways scale.
BiggerScale only when the image is bigger than the button rectangle.
NeverNever scale.
SmallerScale only when the image is smaller than the button rectangle.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Annotations.ImageScaleMode

See Also

Reference

GrapeCity.Documents.Pdf.Annotations Namespace