com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XpsSaveOptions

    • Constructor Detail

      • XpsSaveOptions

        public XpsSaveOptions()

        Constructor

    • Method Detail

      • getSaveTransparentTexts

        public final boolean getSaveTransparentTexts()

        Indicates whether to preserve transparent (OCR'ed) text.

        Returns:
        boolean value
      • setSaveTransparentTexts

        public final void setSaveTransparentTexts(boolean value)

        Indicates whether to preserve transparent (OCR'ed) text.

        Parameters:
        value - boolean value
      • getBatchSize

        public final int getBatchSize()

        Defines batch size if batched conversion is applicable to source and destination formats pair.

        Specified by:
        getBatchSize in interface IPipelineOptions
        Returns:
        int value
      • setBatchSize

        public final void setBatchSize(int value)

        Defines batch size if batched conversion is applicable to source and destination formats pair.

        Specified by:
        setBatchSize in interface IPipelineOptions
        Parameters:
        value - int value