com.stimulsoft.report.options
Class ExportOptions.Xps

java.lang.Object
  extended by com.stimulsoft.report.options.ExportOptions.Xps
Enclosing class:
ExportOptions

public static final class ExportOptions.Xps
extends java.lang.Object

Class for adjustment of the Pdf exporting.


Constructor Summary
ExportOptions.Xps()
           
 
Method Summary
static boolean getAllowImageComparer()
          Gets or sets a value indicating whether it is necessary to use image comparer.
static boolean getAllowImageTransparency()
          Gets or sets a value indicating whether it is necessary to use image transparency.
static boolean getReduceFontFileSize()
          Gets or sets a value indicating whether it is necessary to reduce font file size.
static void setAllowImageComparer(boolean value)
           
static void setAllowImageTransparency(boolean value)
           
static void setReduceFontFileSize(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOptions.Xps

public ExportOptions.Xps()
Method Detail

getAllowImageComparer

public static boolean getAllowImageComparer()
Gets or sets a value indicating whether it is necessary to use image comparer.


setAllowImageComparer

public static void setAllowImageComparer(boolean value)

getAllowImageTransparency

public static boolean getAllowImageTransparency()
Gets or sets a value indicating whether it is necessary to use image transparency.


setAllowImageTransparency

public static void setAllowImageTransparency(boolean value)

getReduceFontFileSize

public static boolean getReduceFontFileSize()
Gets or sets a value indicating whether it is necessary to reduce font file size.


setReduceFontFileSize

public static void setReduceFontFileSize(boolean value)