Packages

 

com.aspose.imaging.fileformats.emf.emfplus.records

Class EmfPlusSetPageTransform

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfPlusSetPageTransform
    extends EmfPlusTerminalServerRecordType

    The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates.

    • Constructor Detail

      • EmfPlusSetPageTransform

        public EmfPlusSetPageTransform(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetPageTransform class.

        Parameters:
        source - The source.
    • Method Detail

      • getPageUnit

        public int getPageUnit()

        Gets the unit of measure for page space coordinates, from the UnitType enumeration (section 2.1.1.33). This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld.

        Value: The page unit.
      • getPageScale

        public float getPageScale()

        Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates.

        Value: The page scale.
      • setPageScale

        public void setPageScale(float value)

        Gets or sets a 32-bit floating-point value that specifies the scale factor for converting page space coordinates to device space coordinates.

        Value: The page scale.