Packages

 

com.aspose.imaging.imageloadoptions

Class SvgLoadOptions

  • All Implemented Interfaces:
    com.aspose.imaging_internal.progressmanagement.IProgressEventHandler


    public class SvgLoadOptions
    extends LoadOptions

    The Svg load options.

    See Also:
    LoadOptions
    • Constructor Detail

      • SvgLoadOptions

        public SvgLoadOptions()
    • Method Detail

      • getDefaultWidth

        public int getDefaultWidth()

        Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.

        Returns:
        The default width.
      • setDefaultWidth

        public void setDefaultWidth(int value)

        Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.

        Parameters:
        value - The default width.
      • getDefaultHeight

        public int getDefaultHeight()

        Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.

        Returns:
        The default height.
      • setDefaultHeight

        public void setDefaultHeight(int value)

        Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.

        Parameters:
        value - The default height.