VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface AnnotatedLayoutStream

    interface AnnotatedLayoutStream {
        config: Omit<LayoutConfig, "debug">;
        pages: Page[];
        streamVersion: "1.0";
    }
    Index

    Properties

    config: Omit<LayoutConfig, "debug">
    pages: Page[]
    streamVersion: "1.0"