Package com.stimulsoft.report.options
Class ExportOptions.Xps
java.lang.Object
com.stimulsoft.report.options.ExportOptions.Xps
- Enclosing class:
ExportOptions
Class for adjustment of the Pdf exporting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether it is necessary to use image comparer.static booleanGets or sets a value indicating whether it is necessary to use image transparency.static booleanGets or sets a value indicating whether it is necessary to reduce font file size.static voidsetAllowImageComparer(boolean value) static voidsetAllowImageTransparency(boolean value) static voidsetReduceFontFileSize(boolean value)
-
Constructor Details
-
Xps
public Xps()
-
-
Method Details
-
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)
-