<PackageReference Include="Relativity.OutsideIn" Version="2020.5.0" />

OptionsCache

public interface OptionsCache
bool AcceptAlternateGraphics { get; set; }

bool AppendEmailAttachments { get; set; }

bool ApplyZLIBCompression { get; set; }

bool CollapseWhiteSpace { get; set; }

bool CropToContent { get; set; }

string DatePlaceholder { get; set; }

PageInfo DefaultPageSize { get; set; }

bool DetectGrayScaleAsColor { get; set; }

bool DropPDFHyphens { get; set; }

MailHeaders EmailHeaders { get; set; }

bool EnableAllSubObjects { get; set; }

List<string> ExternalStylesheets { get; set; }

bool ExtractXMPMetadata { get; set; }

uint FitHeightToPages { get; set; }

uint FitWidthToPages { get; set; }

FontAliases FontAliasList { get; set; }

string FontBaseURL { get; set; }

FontList FontFilter { get; set; }

bool GenerateBulletsAndNumbering { get; set; }

bool GenerateExcelRevisions { get; set; }

bool GenerateJavascriptTabs { get; set; }

uint GraphicHeight { get; set; }

uint GraphicHeightLimit { get; set; }

uint GraphicOutputDPI { get; set; }

bool GraphicRenderAsPage { get; set; }

uint GraphicSizeLimit { get; set; }

uint GraphicWidth { get; set; }

uint GraphicWidthLimit { get; set; }

uint GraphicXDPI { get; set; }

uint GraphicYDPI { get; set; }

uint GridMaxPageHeight { get; set; }

uint GridMaxPageWidth { get; set; }

GridWrapInfo GridWrap { get; set; }

bool HTMLOutputFormatting { get; set; }

bool IgnorePassword { get; set; }

bool ImagePassthrough { get; set; }

bool IncludeSearchMLOffset { get; set; }

bool InterlacedGIFs { get; set; }

bool ISODateTimes { get; set; }

uint JPEGQuality { get; set; }

bool LinearizePDFOutput { get; set; }

string LotusNotesDirectory { get; set; }

MarginText MarginText { get; set; }

FontInfo MarginTextFont { get; set; }

ushort NullReplacementCharacter { get; set; }

bool OutputChangeTracking { get; set; }

bool OutputRawtext { get; set; }

uint PageBreakLimit { get; set; }

PageRange PageRange { get; set; }

uint PageScalePercent { get; set; }

bool ParseXMPMetadata { get; set; }

uint PDFInputMaxEmbeddedObjects { get; set; }

uint PDFInputMaxVectorPaths { get; set; }

float PDFWordSpacingFactor { get; set; }

bool PerformCSVIdentfication { get; set; }

bool PerformExtendedFI { get; set; }

List<string> PostLibraryScripts { get; set; }

List<string> PreLibraryScripts { get; set; }

bool PreventGraphicOverlap { get; set; }

string PrinterName { get; set; }

string ProductString { get; set; }

bool QuickThumbnail { get; set; }

uint RawTextBufferSize { get; set; }

ColorInfo RedactionColor { get; set; }

bool RedactionLabelsVisible { get; set; }

bool RedactionsEnabled { get; set; }

bool RenderEmbeddedFonts { get; set; }

bool RenderGridlines { get; set; }

bool RenderHeadings { get; set; }

bool ShowArchiveFullPath { get; set; }

bool ShowColumnHeadings { get; set; }

bool ShowHiddenCells { get; set; }

bool ShowHiddenSpreadSheetData { get; set; }

bool ShowHiddenText { get; set; }

bool SimpleStyleNames { get; set; }

bool StrictFile { get; set; }

bool StrokeOutText { get; set; }

bool SuppressEmptyCells { get; set; }

string TempDirectory { get; set; }

bool TIFFMultiPage { get; set; }

string TimePlaceholder { get; set; }

string TimeZoneId { get; set; }

int TimeZoneOffset { get; set; }

ushort UnmappableCharacter { get; set; }

string URLPathOutput { get; set; }

string URLPathResources { get; set; }

bool UseDocumentPageSettings { get; set; }

uint VectorObjectLimit { get; set; }

string VersionString { get; set; }

Watermark Watermark { get; set; }

string WebViewLibraryName { get; set; }

string WebViewStylesheetName { get; set; }

OptionsCache AddSourceFile(Stream file, string Filename)

OptionsCache AddSourceFile(string MemMapFileHandleName, string Filename, long FileSize)

OptionsCache AddSourceFile(string filename)

string GetFontBaseURL()

string GetPrinterName()

string GetTimeZoneId()

OptionsCache SetAcceptAlternateGraphics(bool AcceptAlternateGraphics)

OptionsCache SetAppendEmailAttachments(bool AppendEmailAttachments)

OptionsCache SetApplyZLIBCompression(bool ApplyZLIBCompression)

OptionsCache SetCollapseWhiteSpace(bool CollapseWhiteSpace)

OptionsCache SetCropToContent(bool CropToContent)

OptionsCache SetDatePlaceholder(string DatePlaceholder)

OptionsCache SetDestinationFile(Stream file, string Filename)

OptionsCache SetDetectGrayScaleAsColor(bool DetectGrayScaleAsColor)

OptionsCache SetDropPDFHyphens(bool DropPDFHyphens)

OptionsCache SetEnableAllSubObjects(bool EnableAllSubObjects)

OptionsCache SetExternalStylesheets(List<string> ExternalStylesheets)

OptionsCache SetExtractXMPMetadata(bool ExtractXMPMetadata)

OptionsCache SetFitHeightToPages(uint FitHeightToPages)

OptionsCache SetFitWidthToPages(uint FitWidthToPages)

OptionsCache SetFontBaseURL(string FontBaseURL)

OptionsCache SetGenerateBulletsAndNumbering(bool GenerateBulletsAndNumbering)

OptionsCache SetGenerateExcelRevisions(bool GenerateExcelRevisions)

OptionsCache SetGenerateJavascriptTabs(bool GenerateJavascriptTabs)

OptionsCache SetGraphicHeight(uint GraphicHeight)

OptionsCache SetGraphicHeightLimit(uint GraphicHeightLimit)

OptionsCache SetGraphicOutputDPI(uint GraphicOutputDPI)

OptionsCache SetGraphicRenderAsPage(bool GraphicRenderAsPage)

OptionsCache SetGraphicSizeLimit(uint GraphicSizeLimit)

OptionsCache SetGraphicWidth(uint GraphicWidth)

OptionsCache SetGraphicWidthLimit(uint GraphicWidthLimit)

OptionsCache SetGraphicXDPI(uint GraphicXDPI)

OptionsCache SetGraphicYDPI(uint GraphicYDPI)

OptionsCache SetGridMaxPageHeight(uint GridMaxPageHeight)

OptionsCache SetGridMaxPageWidth(uint GridMaxPageWidth)

OptionsCache SetHTMLOutputFormatting(bool HTMLOutputFormatting)

OptionsCache SetIgnorePassword(bool IgnorePassword)

OptionsCache SetImagePassthrough(bool ImagePassthrough)

OptionsCache SetIncludeSearchMLOffset(bool IncludeSearchMLOffset)

OptionsCache SetInterlacedGIFs(bool InterlacedGIFs)

OptionsCache SetISODateTimes(bool ISODateTimes)

OptionsCache SetJPEGQuality(uint JPEGQuality)

OptionsCache SetLinearizePDFOutput(bool LinearizePDFOutput)

OptionsCache SetLotusNotesDirectory(string LotusNotesDirectory)

OptionsCache SetLotusNotesId(string NotesIdFile)

OptionsCache SetNullReplacementCharacter(ushort NullReplacementCharacter)

OptionsCache SetOpenForNonSequentialAccess(bool bOpenForNonSequentialAccess)

OptionsCache SetOutputChangeTracking(bool OutputChangeTracking)

OptionsCache SetOutputRawtext(bool OutputRawtext)

OptionsCache SetPageBreakLimit(uint PageBreakLimit)

OptionsCache SetPageScalePercent(uint PageScalePercent)

OptionsCache SetParseXMPMetadata(bool ParseXMPMetadata)

OptionsCache SetPasswordsList(List<string> Passwords)

OptionsCache SetPDFInputMaxEmbeddedObjects(uint PDFInputMaxEmbeddedObjects)

OptionsCache SetPDFInputMaxVectorPaths(uint PDFInputMaxVectorPaths)

OptionsCache SetPDFWordSpacingFactor(float PDFWordSpacingFactor)

OptionsCache SetPerformCSVIdentfication(bool PerformCSVIdentfication)

OptionsCache SetPerformExtendedFI(bool PerformExtendedFI)

OptionsCache SetPostLibraryScripts(List<string> PostLibraryScripts)

OptionsCache SetPreLibraryScripts(List<string> PreLibraryScripts)

OptionsCache SetPreventGraphicOverlap(bool PreventGraphicOverlap)

OptionsCache SetPrinterName(string PrinterName)

OptionsCache SetProductString(string ProductString)

OptionsCache SetQuickThumbnail(bool QuickThumbnail)

OptionsCache SetRawTextBufferSize(uint RawTextBufferSize)

OptionsCache SetRedactionLabelsVisible(bool RedactionLabelsVisible)

OptionsCache SetRedactionsEnabled(bool RedactionsEnabled)

OptionsCache SetRenderEmbeddedFonts(bool RenderEmbeddedFonts)

OptionsCache SetRenderGridlines(bool RenderGridlines)

OptionsCache SetRenderHeadings(bool RenderHeadings)

OptionsCache SetShowArchiveFullPath(bool ShowArchiveFullPath)

OptionsCache SetShowColumnHeadings(bool ShowColumnHeadings)

OptionsCache SetShowHiddenCells(bool ShowHiddenCells)

OptionsCache SetShowHiddenSpreadSheetData(bool ShowHiddenSpreadSheetData)

OptionsCache SetShowHiddenText(bool ShowHiddenText)

OptionsCache SetSimpleStyleNames(bool SimpleStyleNames)

OptionsCache SetSourceFile(Stream file, string Filename)

OptionsCache SetSourceFile(string MemMapFileHandleName, string Filename, long FileSize)

OptionsCache SetStrictFile(bool StrictFile)

OptionsCache SetStrokeOutText(bool StrokeOutText)

OptionsCache SetSuppressEmptyCells(bool SuppressEmptyCells)

OptionsCache SetTempDirectory(string TempDirectory)

OptionsCache SetTIFFMultiPage(bool TIFFMultiPage)

OptionsCache SetTimePlaceholder(string TimePlaceholder)

OptionsCache SetTimeZoneId(string TimeZoneId)

OptionsCache SetTimeZoneOffset(int TimeZoneOffset)

OptionsCache SetUnmappableCharacter(ushort UnmappableCharacter)

OptionsCache SetURLPathOutput(string URLPathOutput)

OptionsCache SetURLPathResources(string URLPathResources)

OptionsCache SetUseDocumentPageSettings(bool UseDocumentPageSettings)

OptionsCache SetVectorObjectLimit(uint VectorObjectLimit)

OptionsCache SetVersionString(string VersionString)

OptionsCache SetWebViewLibraryName(string WebViewLibraryName)

OptionsCache SetWebViewStylesheetName(string WebViewStylesheetName)