Skip to content

Commit 39b06f4

Browse files
author
Samer El-Khatib
committed
Release 25.7 - update net
1 parent ad6d422 commit 39b06f4

File tree

10 files changed

+146
-118
lines changed

10 files changed

+146
-118
lines changed

english/net/aspose.imaging.fileformats.cmx/cmximagepage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class CmxImagePage : VectorImage, ICmxImage
6464
| virtual [RemoveBackground](../../aspose.imaging/vectorimage/removebackground/)(RemoveBackgroundSettings) | Removes the background. |
6565
| virtual [RemoveMetadata](../../aspose.imaging/image/removemetadata/)() | Removes metadata. |
6666
| [Resize](../../aspose.imaging/image/resize/)(intint) | Resizes the image. The default NearestNeighbourResample is used. |
67-
| override [Resize](../../aspose.imaging.fileformats.cmx/cmximagepage/resize/#resize_1)(intintImageResizeSettings) | Resizes the image. |
67+
| override [Resize](../../aspose.imaging/vectorimage/resize/)(intintImageResizeSettings) | Resizes the image with extended options. |
6868
| override [Resize](../../aspose.imaging/vectorimage/resize/)(intintResizeType) | Resizes the specified new width. |
6969
| [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(int) | Resizes the height proportionally. The default NearestNeighbourResample is used. |
7070
| virtual [ResizeHeightProportionally](../../aspose.imaging/image/resizeheightproportionally/)(intImageResizeSettings) | Resizes the height proportionally. |

english/net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CmxImagePage.SetPalette
33
second_title: Aspose.Imaging for .NET API Reference
44
description: CmxImagePage method. Sets the image palette
55
type: docs
6-
weight: 130
6+
weight: 120
77
url: /net/aspose.imaging.fileformats.cmx/cmximagepage/setpalette/
88
---
99
## CmxImagePage.SetPalette method

english/net/aspose.imaging.fileformats.jpeg/jpegimage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public sealed class JpegImage : RasterCachedImage, IHasJpegExifData
102102
| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(RectangleRawDataSettings) | Gets the default raw data array. |
103103
| [GetDefaultRawData](../../aspose.imaging/rasterimage/getdefaultrawdata/)(RectangleIPartialRawDataLoaderRawDataSettings) | Gets the default raw data array using partial pixel loader. |
104104
| override [GetModifyDate](../../aspose.imaging.fileformats.jpeg/jpegimage/getmodifydate/)(bool) | Retrieves the date and time when the resource image underwent its latest modification. This method provides valuable metadata, enabling users to track and manage updates to the image file effectively. By accessing this information, users can ensure the integrity and currency of their image assets, facilitating informed decision-making regarding image usage and maintenance. |
105-
| virtual [GetOriginalOptions](../../aspose.imaging/image/getoriginaloptions/)() | Gets the options based on the original file settings. This can be helpful to keep bit-depth and other parameters of the original image unchanged. For example, if we load a black-white PNG image with 1 bit per pixel and then save it using the [`Save`](../../aspose.imaging/datastreamsupporter/save/) method, the output PNG image with 8-bit per pixel will be produced. To avoid it and save PNG image with 1-bit per pixel, use this method to get corresponding saving options and pass them to the [`Save`](../../aspose.imaging/image/save/) method as the second parameter. |
105+
| override [GetOriginalOptions](../../aspose.imaging.fileformats.jpeg/jpegimage/getoriginaloptions/)() | Gets the original image options of this [`Image`](../../aspose.imaging/image/) instance. |
106106
| [GetPixel](../../aspose.imaging/rasterimage/getpixel/)(intint) | Gets an image pixel. |
107107
| virtual [GetSerializedStream](../../aspose.imaging/image/getserializedstream/)(ImageOptionsBaseRectangleout int) | Converts to aps. |
108108
| [GetSkewAngle](../../aspose.imaging/rasterimage/getskewangle/)() | Gets the skew angle. This method is applicable to scanned text documents, to determine the skew angle when scanning. |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: JpegImage.GetOriginalOptions
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: JpegImage method. Gets the original image options of this Image instance
5+
type: docs
6+
weight: 210
7+
url: /net/aspose.imaging.fileformats.jpeg/jpegimage/getoriginaloptions/
8+
---
9+
## JpegImage.GetOriginalOptions method
10+
11+
Gets the original image options of this [`Image`](../../../aspose.imaging/image/) instance.
12+
13+
```csharp
14+
public override ImageOptionsBase GetOriginalOptions()
15+
```
16+
17+
### Return Value
18+
19+
A clone of original image options.
20+
21+
### See Also
22+
23+
* class [ImageOptionsBase](../../../aspose.imaging/imageoptionsbase/)
24+
* class [JpegImage](../)
25+
* namespace [Aspose.Imaging.FileFormats.Jpeg](../../jpegimage/)
26+
* assembly [Aspose.Imaging](../../../)
27+
28+

english/net/aspose.imaging.fileformats.jpeg/jpegimage/removemetadata/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: JpegImage.RemoveMetadata
33
second_title: Aspose.Imaging for .NET API Reference
44
description: JpegImage method. Removes this image instance metadata by setting this XmpData and ExifData values to null
55
type: docs
6-
weight: 210
6+
weight: 220
77
url: /net/aspose.imaging.fileformats.jpeg/jpegimage/removemetadata/
88
---
99
## JpegImage.RemoveMetadata method

english/net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: JpegImage.SetResolution
33
second_title: Aspose.Imaging for .NET API Reference
44
description: JpegImage method. Establishes the resolution for the specified RasterImage ensuring accurate scaling and printing capabilities. This method empowers users to tailor the image resolution to suit their specific requirements whether for digital display or physical reproduction. By setting the resolution users can optimize image quality and ensure compatibility with various output devices and mediums enhancing the overall visual experience and usability of the image
55
type: docs
6-
weight: 220
6+
weight: 230
77
url: /net/aspose.imaging.fileformats.jpeg/jpegimage/setresolution/
88
---
99
## JpegImage.SetResolution method

english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamreader/
1111
The tiff stream for handling little endian tiff file format.
1212

1313
```csharp
14-
public class TiffStreamReader : #=zydxW5Qjh$vni46JMiO11FxRm7nvh5$zif02$aOsSG6uv4MHVZPNJZI8=
14+
public class TiffStreamReader : #=znbmfvWWiKH1Dt5rlu1XVkswZZZBTbt7QilMAiUmudEV0mj2tA61iEJI=
1515
```
1616

1717
## Constructors

english/net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/aspose.imaging.fileformats.tiff.filemanagement/tiffstreamwriter/
1111
The Tiff stream writer.
1212

1313
```csharp
14-
public class TiffStreamWriter : #=zydxW5Qjh$vni46JMiO11FxRm7nvh5$zif02$aOsSG6uv4MHVZPNJZI8=
14+
public class TiffStreamWriter : #=znbmfvWWiKH1Dt5rlu1XVkswZZZBTbt7QilMAiUmudEV0mj2tA61iEJI=
1515
```
1616

1717
## Constructors

english/net/aspose.imaging/graphics/drawimage/_index.md

Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,100 @@
11
---
22
title: Graphics.DrawImage
33
second_title: Aspose.Imaging for .NET API Reference
4-
description: Graphics method. Draws the specified Image using its original physical size at the specified location
4+
description: Graphics method. Draws the specified image using its original physical size at the location specified by a coordinate pair
55
type: docs
66
weight: 230
77
url: /net/aspose.imaging/graphics/drawimage/
88
---
9+
## DrawImage(Image, int, int) {#drawimage_20}
10+
11+
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
12+
13+
```csharp
14+
public void DrawImage(Image sourceImage, int x, int y)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| sourceImage | Image | The image to draw with. |
20+
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
21+
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
22+
23+
### Exceptions
24+
25+
| exception | condition |
26+
| --- | --- |
27+
| ArgumentNullException | *sourceImage* is null. |
28+
29+
### See Also
30+
31+
* class [Image](../../image/)
32+
* class [Graphics](../)
33+
* namespace [Aspose.Imaging](../../graphics/)
34+
* assembly [Aspose.Imaging](../../../)
35+
36+
---
37+
38+
## DrawImage(Image, Rectangle) {#drawimage_10}
39+
40+
Draws the specified [`Image`](../image/) at the specified location and with the specified size.
41+
42+
```csharp
43+
public void DrawImage(Image sourceImage, Rectangle rect)
44+
```
45+
46+
| Parameter | Type | Description |
47+
| --- | --- | --- |
48+
| sourceImage | Image | The image to draw with. |
49+
| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that specifies the location and size of the drawn image. |
50+
51+
### Exceptions
52+
53+
| exception | condition |
54+
| --- | --- |
55+
| ArgumentNullException | *sourceImage* is null. |
56+
57+
### See Also
58+
59+
* class [Image](../../image/)
60+
* struct [Rectangle](../../rectangle/)
61+
* class [Graphics](../)
62+
* namespace [Aspose.Imaging](../../graphics/)
63+
* assembly [Aspose.Imaging](../../../)
64+
65+
---
66+
67+
## DrawImage(Image, int, int, int, int) {#drawimage_21}
68+
69+
Draws the specified [`Image`](../image/) at the specified location and with the specified size.
70+
71+
```csharp
72+
public void DrawImage(Image sourceImage, int x, int y, int width, int height)
73+
```
74+
75+
| Parameter | Type | Description |
76+
| --- | --- | --- |
77+
| sourceImage | Image | The image to draw with. |
78+
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
79+
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
80+
| width | Int32 | Width of the drawn image. |
81+
| height | Int32 | Height of the drawn image. |
82+
83+
### Exceptions
84+
85+
| exception | condition |
86+
| --- | --- |
87+
| ArgumentNullException | *sourceImage* is null. |
88+
89+
### See Also
90+
91+
* class [Image](../../image/)
92+
* class [Graphics](../)
93+
* namespace [Aspose.Imaging](../../graphics/)
94+
* assembly [Aspose.Imaging](../../../)
95+
96+
---
97+
998
## DrawImage(Image, PointF) {#drawimage_1}
1099

11100
Draws the specified [`Image`](../image/), using its original physical size, at the specified location.
@@ -633,93 +722,4 @@ public void DrawImage(Image sourceImage, Point point)
633722
* namespace [Aspose.Imaging](../../graphics/)
634723
* assembly [Aspose.Imaging](../../../)
635724

636-
---
637-
638-
## DrawImage(Image, int, int) {#drawimage_20}
639-
640-
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
641-
642-
```csharp
643-
public void DrawImage(Image sourceImage, int x, int y)
644-
```
645-
646-
| Parameter | Type | Description |
647-
| --- | --- | --- |
648-
| sourceImage | Image | The image to draw with. |
649-
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
650-
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
651-
652-
### Exceptions
653-
654-
| exception | condition |
655-
| --- | --- |
656-
| ArgumentNullException | *sourceImage* is null. |
657-
658-
### See Also
659-
660-
* class [Image](../../image/)
661-
* class [Graphics](../)
662-
* namespace [Aspose.Imaging](../../graphics/)
663-
* assembly [Aspose.Imaging](../../../)
664-
665-
---
666-
667-
## DrawImage(Image, Rectangle) {#drawimage_10}
668-
669-
Draws the specified [`Image`](../image/) at the specified location and with the specified size.
670-
671-
```csharp
672-
public void DrawImage(Image sourceImage, Rectangle rect)
673-
```
674-
675-
| Parameter | Type | Description |
676-
| --- | --- | --- |
677-
| sourceImage | Image | The image to draw with. |
678-
| rect | Rectangle | [`Rectangle`](../../rectangle/) structure that specifies the location and size of the drawn image. |
679-
680-
### Exceptions
681-
682-
| exception | condition |
683-
| --- | --- |
684-
| ArgumentNullException | *sourceImage* is null. |
685-
686-
### See Also
687-
688-
* class [Image](../../image/)
689-
* struct [Rectangle](../../rectangle/)
690-
* class [Graphics](../)
691-
* namespace [Aspose.Imaging](../../graphics/)
692-
* assembly [Aspose.Imaging](../../../)
693-
694-
---
695-
696-
## DrawImage(Image, int, int, int, int) {#drawimage_21}
697-
698-
Draws the specified [`Image`](../image/) at the specified location and with the specified size.
699-
700-
```csharp
701-
public void DrawImage(Image sourceImage, int x, int y, int width, int height)
702-
```
703-
704-
| Parameter | Type | Description |
705-
| --- | --- | --- |
706-
| sourceImage | Image | The image to draw with. |
707-
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
708-
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
709-
| width | Int32 | Width of the drawn image. |
710-
| height | Int32 | Height of the drawn image. |
711-
712-
### Exceptions
713-
714-
| exception | condition |
715-
| --- | --- |
716-
| ArgumentNullException | *sourceImage* is null. |
717-
718-
### See Also
719-
720-
* class [Image](../../image/)
721-
* class [Graphics](../)
722-
* namespace [Aspose.Imaging](../../graphics/)
723-
* assembly [Aspose.Imaging](../../../)
724-
725725

0 commit comments

Comments
 (0)