OpenSettings

public final class OpenSettings

Merged view of OpenSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void OpenSettings()

Functions

Link copied to clipboard
Gets the DocumentFormat property.
Link copied to clipboard
Gets the ImplicitConversion property.
Link copied to clipboard
public final int getMaxPages()
Gets the MaxPages property.
Link copied to clipboard
public final OpenSettingsMode getMode()
Gets the Mode property.
Link copied to clipboard
Gets the PageCacheMode property.
Link copied to clipboard
public final void setDocumentFormat(DocumentFormat value)
Sets the DocumentFormat property.
Link copied to clipboard
public final void setImplicitConversion(ImplicitConversion value)
Sets the ImplicitConversion property.
Link copied to clipboard
public final void setMaxPages(int value)
Sets the MaxPages property.
Link copied to clipboard
public final void setMode(OpenSettingsMode value)
Sets the Mode property.
Link copied to clipboard
public final void setPageCacheMode(PageCacheMode value)
Sets the PageCacheMode property.