Class EmfPlusSetPageTransform

Class EmfPlusSetPageTransform

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.7.0)

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

public sealed class EmfPlusSetPageTransform : EmfPlusTerminalServerRecordType
{
    public void SetPageTransform(EmfPlusPageTransform record)
    {
        this.Data = record;
    }
}

Inheritance

object MetaObject EmfPlusRecord EmfPlusTerminalServerRecordType EmfPlusSetPageTransform

Inherited Members

EmfPlusRecord.Type , EmfPlusRecord.Flags , EmfPlusRecord.Size , EmfPlusRecord.DataSize , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusSetPageTransform(EmfPlusRecord)

Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusSetPageTransform class.

public EmfPlusSetPageTransform(EmfPlusRecord source)
   {
   }

Parameters

source EmfPlusRecord

The source.

Properties

PageScale

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

public float PageScale
    {
        get;
        set;
    }

Property Value

float

PageUnit

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

public EmfPlusUnitType PageUnit
    {
        get;
    }

Property Value

EmfPlusUnitType

 English