Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Samer El-Khatib committed May 3, 2024
2 parents 8b6bd3b + 0db2e89 commit cbb3134
Show file tree
Hide file tree
Showing 6,763 changed files with 55,967 additions and 55,847 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion english/adapters/net/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aspose.Imaging.Adapter for .NET
type: docs
weight: 8
weight: 9
url: /adapters/net/
keywords: "Aspose.Imaging.Adapter for .NET, Aspose Imaging.Adapter, Aspose API Reference."
description: Aspose.Imaging.Adapter for .NET Adapters are designed to combine Aspose products to increase conversion between formats. And ensure ease of use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The API for Graphical Interchange Format (GIF) image file provides developers wi
| [getPageCount()](#getPageCount--) | Retrieve the total number of pages contained within the image with this straightforward property. |
| [getPages()](#getPages--) | Gain access to the pages within the image through this convenient property, allowing seamless navigation and manipulation of individual pages as needed. |
| [getBlocks()](#getBlocks--) | Gain access to the GIF blocks seamlessly with this property, facilitating easy retrieval and manipulation of the image's underlying data structures. |
| [isInterlaced()](#isInterlaced--) | Determine if the image is interlaced, impacting its display during loading. |
| [isInterlaced()](#isInterlaced--) | Determines if the image is interlaced, impacting its display during loading. |
| [getOriginalOptions()](#getOriginalOptions--) | Retrieve the original file settings-based options, crucial for maintaining fidelity and consistency in image processing and manipulation. |
| [addPage(RasterImage page)](#addPage-com.aspose.imaging.RasterImage-) | Incorporate a new page seamlessly into the existing image, enhancing its content and expanding its scope. |
| [getActiveFrame()](#getActiveFrame--) | Manage and manipulate frames with this property, enabling smooth navigation and modification of the active frame within the GIF image. |
Expand Down Expand Up @@ -376,7 +376,7 @@ public boolean isInterlaced()
```


Determine if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience.
Determines if the image is interlaced, impacting its display during loading. This property offers insight into the image's rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience.

**Returns:**
boolean - `true` if this image instance is interlaced; otherwise, `false`.
Expand Down
29 changes: 29 additions & 0 deletions english/java/com.aspose.imaging/loadoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Represents the loading options.
| [addCustomFontSource(CustomFontSource source, Object[] args)](#addCustomFontSource-com.aspose.imaging.CustomFontSource-java.lang.Object...-) | Adds the custom font source to supply image-specific fonts. |
| [getBufferSizeHint()](#getBufferSizeHint--) | Gets the buffer size hint which is defined max allowed size for all internal buffers. |
| [setBufferSizeHint(int value)](#setBufferSizeHint-int-) | Sets the buffer size hint which is defined max allowed size for all internal buffers. |
| [getConcurrentImageProcessing()](#getConcurrentImageProcessing--) | Gets a value indicating whether [concurrent image processing]. |
| [setConcurrentImageProcessing(boolean value)](#setConcurrentImageProcessing-boolean-) | Sets a value indicating whether [concurrent image processing]. |
| [getIProgressEventHandler()](#getIProgressEventHandler--) | Gets the progress event handler. |
| [setIProgressEventHandler(ProgressEventHandler value)](#setIProgressEventHandler-com.aspose.imaging.ProgressEventHandler-) | Sets the progress event handler. |
### LoadOptions() {#LoadOptions--}
Expand Down Expand Up @@ -192,6 +194,33 @@ try {
}
```

### getConcurrentImageProcessing() {#getConcurrentImageProcessing--}
```
public final boolean getConcurrentImageProcessing()
```


Gets a value indicating whether [concurrent image processing].

Value: `true` if [concurrent image processing]; otherwise, `false`.

**Returns:**
boolean - a value indicating whether [concurrent image processing].
### setConcurrentImageProcessing(boolean value) {#setConcurrentImageProcessing-boolean-}
```
public final void setConcurrentImageProcessing(boolean value)
```


Sets a value indicating whether [concurrent image processing].

Value: `true` if [concurrent image processing]; otherwise, `false`.

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| value | boolean | a value indicating whether [concurrent image processing]. |

### getIProgressEventHandler() {#getIProgressEventHandler--}
```
public ProgressEventHandler getIProgressEventHandler()
Expand Down
236 changes: 118 additions & 118 deletions english/net/_index.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions english/net/aspose.imaging.apsbuilder.dib/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aspose.Imaging.ApsBuilder.Dib
second_title: Aspose.Imaging for .NET API Reference
description: The namespace DIB header processing.
description: The namespace DIB header processing
type: docs
weight: 20
url: /net/aspose.imaging.apsbuilder.dib/
Expand All @@ -12,6 +12,6 @@ The namespace DIB header processing.

| Enumeration | Description |
| --- | --- |
| [DibBitCount](./dibbitcount) | The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a device-independent bitmap (DIB). |
| [DibBitCount](./dibbitcount/) | The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a device-independent bitmap (DIB). |


<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: DibBitCount
title: Enum DibBitCount
second_title: Aspose.Imaging for .NET API Reference
description:
description: Aspose.Imaging.ApsBuilder.Dib.DibBitCount enum. The BitCount Enumeration specifies the number of bits that define each pixel and the maximum number of colors in a deviceindependent bitmap DIB
type: docs
weight: 30
url: /net/aspose.imaging.apsbuilder.dib/dibbitcount/
Expand All @@ -28,7 +28,7 @@ public enum DibBitCount : short

### See Also

* namespace [Aspose.Imaging.ApsBuilder.Dib](../../aspose.imaging.apsbuilder.dib)
* namespace [Aspose.Imaging.ApsBuilder.Dib](../../aspose.imaging.apsbuilder.dib/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

20 changes: 10 additions & 10 deletions english/net/aspose.imaging.asynctask/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Aspose.Imaging.AsyncTask
second_title: Aspose.Imaging for .NET API Reference
description: The namespace handles AsyncTask processing.
description: The namespace handles AsyncTask processing
type: docs
weight: 30
url: /net/aspose.imaging.asynctask/
Expand All @@ -12,17 +12,17 @@ The namespace handles AsyncTask processing.

| Class | Description |
| --- | --- |
| [AsyncTask](./asynctask) | The static factory class for creating the asynchronous tasks |
| [AsyncTaskAction](./asynctaskaction) | The long operation delegate for the asynchronous task without any result. |
| [AsyncTaskException](./asynctaskexception) | The exception for the asynchronous task. |
| [AsyncTaskFunc](./asynctaskfunc) | The long operation delegate for the asynchronous task with generic type result. |
| [AsyncTaskProgress](./asynctaskprogress) | Provides progress info for the asynchronous task. |
| [CompleteCallback](./completecallback) | Callback function to receive task completion event. |
| [AsyncTask](./asynctask/) | The static factory class for creating the asynchronous tasks |
| [AsyncTaskAction](./asynctaskaction/) | The long operation delegate for the asynchronous task without any result. |
| [AsyncTaskException](./asynctaskexception/) | The exception for the asynchronous task. |
| [AsyncTaskFunc](./asynctaskfunc/) | The long operation delegate for the asynchronous task with generic type result. |
| [AsyncTaskProgress](./asynctaskprogress/) | Provides progress info for the asynchronous task. |
| [CompleteCallback](./completecallback/) | Callback function to receive task completion event. |
## Interfaces

| Interface | Description |
| --- | --- |
| [IAsyncTask](./iasynctask) | The asynchronous task. |
| [IAsyncTaskState](./iasynctaskstate) | Provides access to the state of the asynchronous task. |
| [IAsyncTask](./iasynctask/) | The asynchronous task. |
| [IAsyncTaskState](./iasynctaskstate/) | Provides access to the state of the asynchronous task. |


<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->
12 changes: 6 additions & 6 deletions english/net/aspose.imaging.asynctask/asynctask/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AsyncTask
title: Class AsyncTask
second_title: Aspose.Imaging for .NET API Reference
description:
description: Aspose.Imaging.AsyncTask.AsyncTask class. The static factory class for creating the asynchronous tasks
type: docs
weight: 40
url: /net/aspose.imaging.asynctask/asynctask/
Expand All @@ -18,12 +18,12 @@ public static class AsyncTask

| Name | Description |
| --- | --- |
| static [Create](../../aspose.imaging.asynctask/asynctask/create)(AsyncTaskAction) | Creates the asynchronous task without any result. |
| static [Create](../../aspose.imaging.asynctask/asynctask/create)(AsyncTaskFunc) | Creates the asynchronous task with generic type result. |
| static [Create](../../aspose.imaging.asynctask/asynctask/create/#create)(AsyncTaskAction) | Creates the asynchronous task without any result. |
| static [Create](../../aspose.imaging.asynctask/asynctask/create/#create_1)(AsyncTaskFunc) | Creates the asynchronous task with generic type result. |

### See Also

* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

26 changes: 13 additions & 13 deletions english/net/aspose.imaging.asynctask/asynctask/create/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Create
title: AsyncTask.Create
second_title: Aspose.Imaging for .NET API Reference
description:
description: AsyncTask method. Creates the asynchronous task without any result
type: docs
weight: 10
url: /net/aspose.imaging.asynctask/asynctask/create/
---
## AsyncTask.Create method (1 of 2)
## Create(AsyncTaskAction) {#create}

Creates the asynchronous task without any result.

Expand All @@ -24,15 +24,15 @@ The asynchronous task

### See Also

* interface [IAsyncTask](../../iasynctask)
* delegate [AsyncTaskAction](../../asynctaskaction)
* class [AsyncTask](../../asynctask)
* namespace [Aspose.Imaging.AsyncTask](../../asynctask)
* interface [IAsyncTask](../../iasynctask/)
* delegate [AsyncTaskAction](../../asynctaskaction/)
* class [AsyncTask](../)
* namespace [Aspose.Imaging.AsyncTask](../../asynctask/)
* assembly [Aspose.Imaging](../../../)

---

## AsyncTask.Create method (2 of 2)
## Create(AsyncTaskFunc) {#create_1}

Creates the asynchronous task with generic type result.

Expand All @@ -50,10 +50,10 @@ The asynchronous task

### See Also

* interface [IAsyncTask](../../iasynctask)
* delegate [AsyncTaskFunc](../../asynctaskfunc)
* class [AsyncTask](../../asynctask)
* namespace [Aspose.Imaging.AsyncTask](../../asynctask)
* interface [IAsyncTask](../../iasynctask/)
* delegate [AsyncTaskFunc](../../asynctaskfunc/)
* class [AsyncTask](../)
* namespace [Aspose.Imaging.AsyncTask](../../asynctask/)
* assembly [Aspose.Imaging](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

10 changes: 5 additions & 5 deletions english/net/aspose.imaging.asynctask/asynctaskaction/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AsyncTaskAction
title: Delegate AsyncTaskAction
second_title: Aspose.Imaging for .NET API Reference
description:
description: The long operation delegate for the asynchronous task without any result
type: docs
weight: 50
url: /net/aspose.imaging.asynctask/asynctaskaction/
Expand All @@ -20,8 +20,8 @@ public delegate void AsyncTaskAction(IAsyncTaskState taskState);

### See Also

* interface [IAsyncTaskState](../iasynctaskstate)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask)
* interface [IAsyncTaskState](../iasynctaskstate/)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AsyncTaskException
title: Class AsyncTaskException
second_title: Aspose.Imaging for .NET API Reference
description:
description: Aspose.Imaging.AsyncTask.AsyncTaskException class. The exception for the asynchronous task
type: docs
weight: 60
url: /net/aspose.imaging.asynctask/asynctaskexception/
Expand All @@ -18,11 +18,11 @@ public class AsyncTaskException : Exception

| Name | Description |
| --- | --- |
| [AsyncTaskException](asynctaskexception)(string) | Initializes a new instance of the [`AsyncTaskException`](../asynctaskexception) class. |
| [AsyncTaskException](asynctaskexception/)(string) | Initializes a new instance of the `AsyncTaskException` class. |

### See Also

* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: AsyncTaskException
title: AsyncTaskException.AsyncTaskException
second_title: Aspose.Imaging for .NET API Reference
description:
description: AsyncTaskException constructor. Initializes a new instance of the AsyncTaskException class
type: docs
weight: 10
url: /net/aspose.imaging.asynctask/asynctaskexception/asynctaskexception/
---
## AsyncTaskException constructor

Initializes a new instance of the [`AsyncTaskException`](../../asynctaskexception) class.
Initializes a new instance of the [`AsyncTaskException`](../) class.

```csharp
public AsyncTaskException(string message)
Expand All @@ -20,8 +20,8 @@ public AsyncTaskException(string message)

### See Also

* class [AsyncTaskException](../../asynctaskexception)
* namespace [Aspose.Imaging.AsyncTask](../../asynctaskexception)
* class [AsyncTaskException](../)
* namespace [Aspose.Imaging.AsyncTask](../../asynctaskexception/)
* assembly [Aspose.Imaging](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

10 changes: 5 additions & 5 deletions english/net/aspose.imaging.asynctask/asynctaskfunc/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AsyncTaskFunc
title: Delegate AsyncTaskFunc
second_title: Aspose.Imaging for .NET API Reference
description:
description: The long operation delegate for the asynchronous task with generic type result
type: docs
weight: 70
url: /net/aspose.imaging.asynctask/asynctaskfunc/
Expand All @@ -24,8 +24,8 @@ Result of the long operation.

### See Also

* interface [IAsyncTaskState](../iasynctaskstate)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask)
* interface [IAsyncTaskState](../iasynctaskstate/)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

14 changes: 7 additions & 7 deletions english/net/aspose.imaging.asynctask/asynctaskprogress/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: AsyncTaskProgress
title: Class AsyncTaskProgress
second_title: Aspose.Imaging for .NET API Reference
description:
description: Aspose.Imaging.AsyncTask.AsyncTaskProgress class. Provides progress info for the asynchronous task
type: docs
weight: 80
url: /net/aspose.imaging.asynctask/asynctaskprogress/
Expand All @@ -18,18 +18,18 @@ public class AsyncTaskProgress

| Name | Description |
| --- | --- |
| [AsyncTaskProgress](asynctaskprogress)(int, TimeSpan) | Initializes a new instance of the [`AsyncTaskProgress`](../asynctaskprogress) class. |
| [AsyncTaskProgress](asynctaskprogress/)(int, TimeSpan) | Initializes a new instance of the `AsyncTaskProgress` class. |

## Fields

| Name | Description |
| --- | --- |
| readonly [Duration](../../aspose.imaging.asynctask/asynctaskprogress/duration) | The duration of the asynchronous task. |
| readonly [ProgressPercentage](../../aspose.imaging.asynctask/asynctaskprogress/progresspercentage) | The progress of the asynchronous task, in percent. |
| readonly [Duration](../../aspose.imaging.asynctask/asynctaskprogress/duration/) | The duration of the asynchronous task. |
| readonly [ProgressPercentage](../../aspose.imaging.asynctask/asynctaskprogress/progresspercentage/) | The progress of the asynchronous task, in percent. |

### See Also

* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask)
* namespace [Aspose.Imaging.AsyncTask](../../aspose.imaging.asynctask/)
* assembly [Aspose.Imaging](../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: AsyncTaskProgress
title: AsyncTaskProgress.AsyncTaskProgress
second_title: Aspose.Imaging for .NET API Reference
description:
description: AsyncTaskProgress constructor. Initializes a new instance of the AsyncTaskProgress class
type: docs
weight: 10
url: /net/aspose.imaging.asynctask/asynctaskprogress/asynctaskprogress/
---
## AsyncTaskProgress constructor

Initializes a new instance of the [`AsyncTaskProgress`](../../asynctaskprogress) class.
Initializes a new instance of the [`AsyncTaskProgress`](../) class.

```csharp
public AsyncTaskProgress(int progressPercentage, TimeSpan duration)
Expand All @@ -21,8 +21,8 @@ public AsyncTaskProgress(int progressPercentage, TimeSpan duration)

### See Also

* class [AsyncTaskProgress](../../asynctaskprogress)
* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress)
* class [AsyncTaskProgress](../)
* namespace [Aspose.Imaging.AsyncTask](../../asynctaskprogress/)
* assembly [Aspose.Imaging](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Imaging.dll -->

Loading

0 comments on commit cbb3134

Please sign in to comment.