com.groupdocs.conversion.options.convert

Class MarkupConvertOptions

    • Constructor Detail

      • MarkupConvertOptions

        public MarkupConvertOptions()

        Initializes new instance of MarkupConvertOptions class.

    • Method Detail

      • getUsePdf

        public final boolean getUsePdf()

        If true, the input firstly is converted to PDF and after that to desired format

      • setUsePdf

        public final void setUsePdf(boolean value)

        If true, the input firstly is converted to PDF and after that to desired format

      • getFixedLayout

        public final boolean getFixedLayout()

        If true fixed layout will be used e.g. absolutely positioned html elements Default: true

      • setFixedLayout

        public final void setFixedLayout(boolean value)

        If true fixed layout will be used e.g. absolutely positioned html elements Default: true

      • getZoom

        public final int getZoom()

        Specifies the zoom level in percentage. Default is 100.

      • setZoom

        public final void setZoom(int value)

        Specifies the zoom level in percentage. Default is 100.

      • isFixedLayoutShowBorders

        public boolean isFixedLayoutShowBorders()
        Gets show page borders when converting to fixed layout flag. Default is True.
        Returns:
        true if show page borders
      • setFixedLayoutShowBorders

        public void setFixedLayoutShowBorders(boolean fixedLayoutShowBorders)
        Show show page borders when converting to fixed layout flag.
        Parameters:
        fixedLayoutShowBorders - show page borders