ImageDevice.ImageDevice
محتويات
[
يخفي
]ImageDevice()
مُهيئ تجريدي لوراثات ImageDevice، يحدد الدقة إلى 150x150.
public ImageDevice()
انظر أيضًا
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(Resolution)
مُهيئ تجريدي لوراثات ImageDevice. الدقة لملف الصورة الناتج، انظر class Resolution.
public ImageDevice(Resolution resolution)
انظر أيضًا
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(int, int)
يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة الافتراضية (=150).
public ImageDevice(int width, int height)
| Parameter | Type | Description |
|---|---|---|
| width | Int32 | عرض الصورة الناتجة. |
| height | Int32 | ارتفاع الصورة الناتجة. |
انظر أيضًا
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(PageSize)
يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة الافتراضية (=150).
public ImageDevice(PageSize pageSize)
| Parameter | Type | Description |
|---|---|---|
| pageSize | PageSize | حجم الصفحة للصورة الناتجة. |
انظر أيضًا
- class PageSize
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(int, int, Resolution)
يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة.
public ImageDevice(int width, int height, Resolution resolution)
| Parameter | Type | Description |
|---|---|---|
| width | Int32 | عرض الصورة الناتجة. |
| height | Int32 | ارتفاع الصورة الناتجة. |
| resolution | Resolution | الدقة لملف الصورة الناتج، انظر class Resolution. |
انظر أيضًا
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF
ImageDevice(PageSize, Resolution)
يهيئ مثيلًا جديدًا من class JpegDevice بالأبعاد المحددة للصورة والدقة.
public ImageDevice(PageSize pageSize, Resolution resolution)
| Parameter | Type | Description |
|---|---|---|
| pageSize | PageSize | حجم الصفحة للصورة الناتجة. |
| resolution | Resolution | الدقة لملف الصورة الناتج، انظر class Resolution. |
انظر أيضًا
- class PageSize
- class Resolution
- class ImageDevice
- namespace Aspose.Pdf.Devices
- assembly Aspose.PDF