[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.ImageScaleMode

ImageScaleMode Enum

Specifies the circumstances under which the image should be scaled inside the button rectangle.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public enum ImageScaleMode
Public Enum ImageScaleMode

Fields

Name Description
Always

Always scale.

Bigger

Scale only when the image is bigger than the button rectangle.

Never

Never scale.

Smaller

Scale only when the image is smaller than the button rectangle.