EmfDevice
Innehåll
[
Dölj
]EmfDevice()
Initierar en ny instans avEmfDevice
klass med standardupplösning för rasterbild skriven till emf.
public EmfDevice()
Se även
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF
EmfDevice(Resolution)
Initierar en ny instans avEmfDevice
class. Upplösning för rasterbilden skriven till emf, seResolution
class.
public EmfDevice(Resolution resolution)
Se även
- class Resolution
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF
EmfDevice(int, int)
Initierar en ny instans avEmfDevice
klass med angivna bildmått, och standardupplösning för rasterbilden skriven till emf (=150)
public EmfDevice(int width, int height)
Parameter | Typ | Beskrivning |
---|---|---|
width | Int32 | Bildens utdatabredd. |
height | Int32 | Bildutgångshöjd. |
Se även
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF
EmfDevice(PageSize)
Initierar en ny instans avEmfDevice
klass med angiven sidstorlek, och standardupplösning för rasterbilden skriven till emf (=150)
public EmfDevice(PageSize pageSize)
Parameter | Typ | Beskrivning |
---|---|---|
pageSize | PageSize | Sidstorlek för utdatabilden. |
Se även
- class PageSize
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF
EmfDevice(int, int, Resolution)
Initierar en ny instans avJpegDevice
klass med angivna bildmått, och upplösning för rasterbilden skriven till emf.
public EmfDevice(int width, int height, Resolution resolution)
Parameter | Typ | Beskrivning |
---|---|---|
width | Int32 | Bildens utdatabredd. |
height | Int32 | Bildutgångshöjd. |
resolution | Resolution | Upplösning för rasterbilden skriven till emf, seResolution class. |
Se även
- class Resolution
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF
EmfDevice(PageSize, Resolution)
Initierar en ny instans avJpegDevice
klass med angiven sidstorlek, och upplösning för rasterbilden skriven till emf.
public EmfDevice(PageSize pageSize, Resolution resolution)
Parameter | Typ | Beskrivning |
---|---|---|
pageSize | PageSize | Sidstorlek för utdatabilden. |
resolution | Resolution | Upplösning för rasterbilden skriven till emf, seResolution class. |
Se även
- class PageSize
- class Resolution
- class EmfDevice
- namnutrymme Aspose.Pdf.Devices
- hopsättning Aspose.PDF