Skip to content

Commit c807d1d

Browse files
author
Samer El-Khatib
committed
Release 25.6 - updates net
1 parent ca5414e commit c807d1d

File tree

207 files changed

+270
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+270
-206
lines changed

english/net/aspose.imaging.fileformats.cdr.const/cdrcolormodel/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public enum CdrColorModel
3434
| LabX12 | `18` | The colorscheme lab |
3535
| LabX0C | `12` | The colorscheme lab |
3636
| Rgb255 | `255` | The RGB255 |
37-
| paletteX19 | `25` | The palette |
38-
| paletteX1E | `30` | The palette |
37+
| PaletteX19 | `25` | The palette |
38+
| PaletteX1E | `30` | The palette |
3939
| Model0x0e | `14` | The model0e |
4040

4141
### See Also

english/net/aspose.imaging.fileformats.cdr/cdrimage/setpalette/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public override void SetPalette(IColorPalette palette, bool updateColors)
2323

2424
| exception | condition |
2525
| --- | --- |
26-
| NotImplementedException | |
26+
| NotImplementedException | NotImplementedException |
2727

2828
### See Also
2929

english/net/aspose.imaging.fileformats.cdr/cdrimagepage/bitsperpixel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The image bits per pixel count.
2222

2323
| exception | condition |
2424
| --- | --- |
25-
| NotImplementedException | |
25+
| NotImplementedException | NotImplementedException |
2626

2727
### See Also
2828

english/net/aspose.imaging.fileformats.cdr/cdrimagepage/setpalette/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public override void SetPalette(IColorPalette palette, bool updateColors)
2323

2424
| exception | condition |
2525
| --- | --- |
26-
| NotImplementedException | |
26+
| NotImplementedException | NotImplementedException |
2727

2828
### See Also
2929

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 : #=z5D7sgc_JXXMVn4Qv63Nj$m$R7BrpP82Nelir$_n$YuukNe4vqKBpujg=
14+
public class TiffStreamReader : #=zydxW5Qjh$vni46JMiO11FxRm7nvh5$zif02$aOsSG6uv4MHVZPNJZI8=
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 : #=z5D7sgc_JXXMVn4Qv63Nj$m$R7BrpP82Nelir$_n$YuukNe4vqKBpujg=
14+
public class TiffStreamWriter : #=zydxW5Qjh$vni46JMiO11FxRm7nvh5$zif02$aOsSG6uv4MHVZPNJZI8=
1515
```
1616

1717
## Constructors

english/net/aspose.imaging.imageoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The namespace contains classes suitable for export, save or creation of differen
5858
| --- | --- |
5959
| [MultiPageMode](./multipagemode/) | Represents multipage mode |
6060
| [PdfImageCompressionOptions](./pdfimagecompressionoptions/) | Pdf image compression options |
61+
| [PngCompressionLevel](./pngcompressionlevel/) | The png compression level enum. |
6162
| [PositioningTypes](./positioningtypes/) | Positioning and size types for graphics scene. |
6263
| [RenderErrorCode](./rendererrorcode/) | Represents possible missing sections in CAD file |
6364
| [TiffOptionsError](./tiffoptionserror/) | The tiff options error codes. |

english/net/aspose.imaging.imageoptions/apngoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public class ApngOptions : PngOptions
2727
| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth/) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. |
2828
| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { getset; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
2929
| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype/) { getset; } | Gets or sets the type of the color. |
30-
| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel/) { getset; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level in the range of 0-9. The higher the value - the more efficient the compression. |
3130
| [DefaultFrameTime](../../aspose.imaging.imageoptions/apngoptions/defaultframetime/) { getset; } | Gets or sets the default frame duration. |
3231
| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. |
3332
| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype/) { getset; } | Gets or sets the filter type used during png file save process. |
@@ -36,6 +35,7 @@ public class ApngOptions : PngOptions
3635
| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { getset; } | The multipage options |
3736
| [NumPlays](../../aspose.imaging.imageoptions/apngoptions/numplays/) { getset; } | Gets or sets the number of times to loop animation. 0 indicates infinite looping. |
3837
| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { getset; } | Gets or sets the color palette. |
38+
| [PngCompressionLevel](../../aspose.imaging.imageoptions/pngoptions/pngcompressionlevel/) { getset; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level. |
3939
| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { getset; } | Gets or sets the progress event handler. |
4040
| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive/) { getset; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) is progressive. |
4141
| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { getset; } | Gets or sets the resolution settings. |
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Enum PngCompressionLevel
3+
second_title: Aspose.Imaging for .NET API Reference
4+
description: Aspose.Imaging.ImageOptions.PngCompressionLevel enum. The png compression level enum
5+
type: docs
6+
weight: 10370
7+
url: /net/aspose.imaging.imageoptions/pngcompressionlevel/
8+
---
9+
## PngCompressionLevel enumeration
10+
11+
The png compression level enum.
12+
13+
```csharp
14+
public enum PngCompressionLevel
15+
```
16+
17+
### Values
18+
19+
| Name | Value | Description |
20+
| --- | --- | --- |
21+
| ZipLevel0 | `0` | The data will be simply stored, with no change at all. Uses a slower deflate implementation with a compression scale. |
22+
| ZipLevel1 | `1` | The fastest but least effective compression. Uses a slower deflate implementation with a compression scale. |
23+
| ZipLevel2 | `2` | A little slower, but better, than level 1. Uses a slower deflate implementation with a compression scale. |
24+
| ZipLevel3 | `3` | A little slower, but better, than level 2. Uses a slower deflate implementation with a compression scale. |
25+
| ZipLevel4 | `4` | A little slower, but better, than level 3. Uses a slower deflate implementation with a compression scale. |
26+
| ZipLevel5 | `5` | A little slower than level 4, but with better compression. Uses a slower deflate implementation with a compression scale. |
27+
| ZipLevel6 | `6` | A little slower than level 5, but with better compression. Uses a slower deflate implementation with a compression scale. |
28+
| ZipLevel7 | `7` | Better compression than level 6, but even slower. Uses a slower deflate implementation with a compression scale. |
29+
| ZipLevel8 | `8` | Better compression than level 7, but even slower. Uses a slower deflate implementation with a compression scale. |
30+
| ZipLevel9 | `9` | The "best" compression, where best means greatest reduction in size of the input data stream. This is also the slowest compression. Uses a slower deflate implementation with a compression scale. |
31+
| DeflateRecomended | `10` | The most optimised compression, with a good balance of speed and compression efficiency. Uses a faster deflate implementation with no compression scale. |
32+
33+
### See Also
34+
35+
* namespace [Aspose.Imaging.ImageOptions](../../aspose.imaging.imageoptions/)
36+
* assembly [Aspose.Imaging](../../)
37+
38+

english/net/aspose.imaging.imageoptions/pngoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Class PngOptions
33
second_title: Aspose.Imaging for .NET API Reference
44
description: Aspose.Imaging.ImageOptions.PngOptions class. Create highquality Portable Network Graphics PNG raster images effortlessly with our API offering customizable options for compression levels bits per pixel depths and alpha bits. Seamlessly process XMP metadata containers ensuring comprehensive image metadata management and empowering you to tailor PNG images to your exact specifications with ease
55
type: docs
6-
weight: 10370
6+
weight: 10380
77
url: /net/aspose.imaging.imageoptions/pngoptions/
88
---
99
## PngOptions class
@@ -28,13 +28,13 @@ public class PngOptions : ImageOptionsBase
2828
| [BitDepth](../../aspose.imaging.imageoptions/pngoptions/bitdepth/) { get; set; } | Gets or sets the bit depth values in range of 1, 2, 4, 8, 16. |
2929
| [BufferSizeHint](../../aspose.imaging/imageoptionsbase/buffersizehint/) { getset; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
3030
| [ColorType](../../aspose.imaging.imageoptions/pngoptions/colortype/) { getset; } | Gets or sets the type of the color. |
31-
| [CompressionLevel](../../aspose.imaging.imageoptions/pngoptions/compressionlevel/) { getset; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level in the range of 0-9. The higher the value - the more efficient the compression. |
3231
| [Disposed](../../aspose.imaging/disposableobject/disposed/) { get; } | Gets a value indicating whether this instance is disposed. |
3332
| [FilterType](../../aspose.imaging.imageoptions/pngoptions/filtertype/) { getset; } | Gets or sets the filter type used during png file save process. |
3433
| [FullFrame](../../aspose.imaging/imageoptionsbase/fullframe/) { getset; } | Gets or sets a value indicating whether [full frame]. |
3534
| [KeepMetadata](../../aspose.imaging/imageoptionsbase/keepmetadata/) { getset; } | Gets a value whether to keep original image metadata on export. |
3635
| [MultiPageOptions](../../aspose.imaging/imageoptionsbase/multipageoptions/) { getset; } | The multipage options |
3736
| virtual [Palette](../../aspose.imaging/imageoptionsbase/palette/) { getset; } | Gets or sets the color palette. |
37+
| [PngCompressionLevel](../../aspose.imaging.imageoptions/pngoptions/pngcompressionlevel/) { getset; } | Gets or sets the [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) compression level. |
3838
| [ProgressEventHandler](../../aspose.imaging/imageoptionsbase/progresseventhandler/) { getset; } | Gets or sets the progress event handler. |
3939
| [Progressive](../../aspose.imaging.imageoptions/pngoptions/progressive/) { getset; } | Gets or sets a value indicating whether a [`PngImage`](../../aspose.imaging.fileformats.png/pngimage/) is progressive. |
4040
| virtual [ResolutionSettings](../../aspose.imaging/imageoptionsbase/resolutionsettings/) { getset; } | Gets or sets the resolution settings. |

0 commit comments

Comments
 (0)