Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / ImageScaleMode Enumeration

In This Topic
    ImageScaleMode Enumeration
    In This Topic
    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