Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 794 Bytes

File metadata and controls

30 lines (27 loc) · 794 Bytes
layout default-layout
needAutoGenerateSidebar true
needGenerateH3Content true
noTitleIndex true
title Dynamsoft Document Viewer API Reference - Interface UpdatedPdfSource
keywords Documentation, Dynamsoft Document Viewer, API Reference, Interface UpdatedPdfSource
breadcrumbText Interface UpdatedPdfSource
description Dynamsoft Document Viewer Documentation API Reference Interface UpdatedPdfSource Page

UpdatedPdfSource

Syntax

interface UpdatedPdfSource {
    fileData: Blob;
    fileIndex?: number;
    convertMode: EnumConvertMode;
    password?: string;
    renderOptions?: {
      renderAnnotations?: EnumAnnotationRenderMode;
      resolution?: number;
      maxWidth?: number;
      maxHeight?: number;
      renderGrayscale?: boolean;
    };
}