com.groupdocs.editor.htmlcss.resources.images

Interface IImageResource

    • Method Detail

      • getAspectRatio

        Ratio getAspectRatio()

        In implementing type should return an aspect ratio of particular image regardless of its type. Both vector and raster images have intrinsic aspect ratio between its width and height.

        Returns:
      • getLinearDimensions

        Dimensions getLinearDimensions()

        In implementing type should return linear dimensions of the image. For raster images they are intrinsic dimensions in pixels. Vector images, in counterpart, have no fixed dimensions, but their metadata can contain some basic dimensions in different measurement units.

        Returns:
      • getType

        ImageType getType()

        In implementing type should return a type of specific image as an instance of specific ImageType, which encapsulates all type-specific info

        Specified by:
        getType in interface IHtmlResource
        Returns: