EnumEmptyFrameFittingOptions

Options for fitting content in an empty frame.

Static Properties

Name Description
CONTENT_TO_FRAME Resizes content to fit the frame. Note: Content that has different proportions than the frame appears stretched or squeezed.
FILL_PROPORTIONALLY Resizes content to fill the frame while perserving the content's proportions. If the content and frame have different proportions, some of the content is obscured by the frame.
NONE Does not use a fitting option.
PROPORTIONALLY Resizes content to fit the frame while preserving content proportions. If the content and frame have different proportions, some empty space appears in the frame.