PDF Web Viewer
    Preparing search index...

    Interface ICreateNewDocumentData

    interface ICreateNewDocumentData {
        docinfo?: IDocInfo;
        mode?: string;
        name?: string;
        numPages?: number;
        PDFVersion?: string;
        Rectangle?: number[];
        skipSetActive?: boolean;
    }
    Index

    Properties

    docinfo?: IDocInfo
    mode?: string
    name?: string
    numPages?: number
    PDFVersion?: string
    Rectangle?: number[]
    skipSetActive?: boolean