Interface SvgDocument

interface SvgDocument {
    pages: SvgPage[];
}

Properties

Properties

pages: SvgPage[]