PDF Web Viewer
    Preparing search index...

    Interface IUnitsAndGuidesConfig

    Units and guides configuration

    interface IUnitsAndGuidesConfig {
        grid?: IGridConfig;
        guidesColor?: string;
        showRulersWhenOpeningDocuments?: boolean;
        units?: Units;
    }
    Index

    Properties

    guidesColor?: string
    showRulersWhenOpeningDocuments?: boolean
    units?: Units