Click or drag to resize

PdfImageFit Enumeration

Image fit type

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum PdfImageFit
Members
  Member nameValueDescription
Contain0 The image is scaled to maintain its aspect ratio while fitting within the object.
Fill2 The image is sized to fill the object. If necessary, the image will be stretched or squished to fit.
See Also