OpenSettings

public final class OpenSettings

Settings for Open. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Constructors

Link copied to clipboard
public void OpenSettings()

Functions

Link copied to clipboard
public final DocumentFormat getDocumentFormat()
The expected document format.
Link copied to clipboard
public final ImplicitConversion getImplicitConversion()
Whether implicit conversion is enabled when opening documents in editors.
Link copied to clipboard
public final int getMaxPages()
The maximum number of pages to load from the document.
Link copied to clipboard
public final OpenSettingsMode getMode()
The operational mode for opening the document.
Link copied to clipboard
public final PageCacheMode getPageCacheMode()
The page caching mode for the document.
Link copied to clipboard
public final void setDocumentFormat(DocumentFormat value)
The expected document format.
Link copied to clipboard
public final void setImplicitConversion(ImplicitConversion value)
Whether implicit conversion is enabled when opening documents in editors.
Link copied to clipboard
public final void setMaxPages(int value)
The maximum number of pages to load from the document.
Link copied to clipboard
public final void setMode(OpenSettingsMode value)
The operational mode for opening the document.
Link copied to clipboard
public final void setPageCacheMode(PageCacheMode value)
The page caching mode for the document.