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