PDFReaderControls.NET Professional Type Reference

ImageSizing Enumeration

The mapping between the image size and the widget (field) size.

public enum ImageSizing

Members

Member Name Description
Stretch Stretch the image to perfecly fit (the aspect ratio will be ignored).
Scale Fit the image with respecting the aspect ratio.
Actual Use the actual image size (note that this can result in clipped or overflowed images).

Requirements

Namespace: TallComponents.PDF.Forms.Fields

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.Forms.Fields Namespace