[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.ImageScaleMode

Enum ImageScaleMode

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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

public enum ImageScaleMode

Fields

Always = 0

Always scale.

Bigger = 1

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

Never = 3

Never scale.

Smaller = 2

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