PdfSettings

public final class PdfSettings

Represents settings for saving PDF documents.

Constructors

Link copied to clipboard
public void PdfSettings()

Functions

Link copied to clipboard
Gets the PDF conformance level for the output document.
Link copied to clipboard
Gets whether implicit conversion is enabled for this setting.
Link copied to clipboard
public final PdfSettingsMode getMode()
Gets the mode options for PDF processing.
Link copied to clipboard
public final void setConformance(PdfConformance value)
Sets the PDF conformance level for the output document.
Link copied to clipboard
public final void setImplicitConversion(ImplicitConversion value)
Sets whether implicit conversion is enabled for this setting.
Link copied to clipboard
public final void setMode(PdfSettingsMode value)
Sets the mode options for PDF processing.