Resource Base
Table of contents

UpdatedPdfSource

Syntax

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

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: