asposediagram.api

Class DrawingSizeTypeValue

Utility class containing constants. Specifies the drawing size of a page.

Field Summary
const  intSAME_AS_PRINTER
Same as printer.
const  intFIT_PAGE_DRAW_CONTENTS
Fit page to drawing contents.
const  intSTANDARD
Standard.
const  intCUSTOM_PAGE_SIZE
Custom page size.
const  intCUSTOM_SCALED_DRAW_SIZE
Custom scaled drawing size.
const  intMETRIC_ISO
Metric (ISO).
const  intANSI_ENGINEERING
ANSI engineering.
const  intANSI_ARCHITECTURAL
ANSI architectural.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • SAME_AS_PRINTER

        const int SAME_AS_PRINTER
        Same as printer.
      • FIT_PAGE_DRAW_CONTENTS

        const int FIT_PAGE_DRAW_CONTENTS
        Fit page to drawing contents.
      • STANDARD

        const int STANDARD
        Standard.
      • CUSTOM_PAGE_SIZE

        const int CUSTOM_PAGE_SIZE
        Custom page size.
      • CUSTOM_SCALED_DRAW_SIZE

        const int CUSTOM_SCALED_DRAW_SIZE
        Custom scaled drawing size.
      • METRIC_ISO

        const int METRIC_ISO
        Metric (ISO).
      • ANSI_ENGINEERING

        const int ANSI_ENGINEERING
        ANSI engineering.
      • ANSI_ARCHITECTURAL

        const int ANSI_ARCHITECTURAL
        ANSI architectural.
      • UNDEFINED

        const int UNDEFINED
        Undefined.