Packages

 

com.aspose.cad.imageoptions

Class Margins



  • public class Margins
    extends Object

    Margins class.

    • Constructor Detail

      • Margins

        public Margins()
    • Method Detail

      • getLeft

        public final int getLeft()

        Gets or sets left margin.

      • setLeft

        public final void setLeft(int value)

        Gets or sets left margin.

      • getRight

        public final int getRight()

        Gets or sets right margin.

      • setRight

        public final void setRight(int value)

        Gets or sets right margin.

      • getTop

        public final int getTop()

        Gets or sets top margin.

      • setTop

        public final void setTop(int value)

        Gets or sets top margin.

      • getBottom

        public final int getBottom()

        Gets or sets bottom margin.

      • setBottom

        public final void setBottom(int value)

        Gets or sets bottom margin.