-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
1,068 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Aspose.Imaging.Pdf.Adapter for .NET | ||
type: docs | ||
weight: 10 | ||
url: /net/adapters/pdf/ | ||
keywords: "Aspose.Imaging.Pdf.Adapter for .NET, Aspose Imaging.Pdf.Adapter, Aspose API Reference." | ||
description: Aspose.Imaging.Pdf.Adapter for .NET Combines 2 Aspose products Aspose.Imaging for .NET and Aspose.Pdf for .NET, this allows you to use the functions of both libraries as a single whole and expand conversion between formats. | ||
is_root: true | ||
--- | ||
## Namespaces | ||
|
||
| Namespace | Description | | ||
| --- | --- | | ||
| [Aspose.Imaging.Pdf.Adapter](./aspose.imaging.pdf.adapter/) | | | ||
| [Aspose.Imaging.Pdf.Adapter.ImageOptions](./aspose.imaging.pdf.adapter.imageoptions/) | | | ||
| [Aspose.Imaging.Pdf.Adapter.Loader](./aspose.imaging.pdf.adapter.loader/) | | | ||
|
||
|
18 changes: 18 additions & 0 deletions
18
english/adapters/net/pdf/aspose.imaging.pdf.adapter.imageoptions/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Aspose.Imaging.Pdf.Adapter.ImageOptions | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: | ||
type: docs | ||
weight: 20 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/ | ||
--- | ||
|
||
|
||
## Classes | ||
|
||
| Class | Description | | ||
| --- | --- | | ||
| [ImageOptionsExt<T>](./imageoptionsext-1/) | The image options extended | | ||
| [PdfSaveOptionsExt](./pdfsaveoptionsext/) | The Pdf save options extended | | ||
|
||
|
39 changes: 39 additions & 0 deletions
39
...ers/net/pdf/aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Class ImageOptionsExtT | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: Aspose.Imaging.Pdf.Adapter.ImageOptions.ImageOptionsExt1T class. The image options extended | ||
type: docs | ||
weight: 50 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/ | ||
--- | ||
## ImageOptionsExt<T> class | ||
|
||
The image options extended | ||
|
||
```csharp | ||
public class ImageOptionsExt<T> : ImageOptionsBase | ||
where T : SaveOptions | ||
``` | ||
|
||
| Parameter | Description | | ||
| --- | --- | | ||
| T | | | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [ImageOptionsExt](imageoptionsext/)() | The default constructor. | | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [SaveOptions](../../aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/saveoptions/) { get; set; } | Gets or sets the save options. | | ||
|
||
### See Also | ||
|
||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...se.imaging.pdf.adapter.imageoptions/imageoptionsext-1/imageoptionsext/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: ImageOptionsExt1.ImageOptionsExt | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: ImageOptionsExt constructor. The default constructor | ||
type: docs | ||
weight: 10 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/imageoptionsext/ | ||
--- | ||
## ImageOptionsExt<T> constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public ImageOptionsExt() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [ImageOptionsExt<T>](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/saveoptions/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: ImageOptionsExt1.SaveOptions | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: ImageOptionsExt property. Gets or sets the save options | ||
type: docs | ||
weight: 20 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/imageoptionsext-1/saveoptions/ | ||
--- | ||
## ImageOptionsExt<T>.SaveOptions property | ||
|
||
Gets or sets the save options. | ||
|
||
```csharp | ||
public T SaveOptions { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The save options. | ||
|
||
### See Also | ||
|
||
* class [ImageOptionsExt<T>](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
34 changes: 34 additions & 0 deletions
34
...ers/net/pdf/aspose.imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Class PdfSaveOptionsExt | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: Aspose.Imaging.Pdf.Adapter.ImageOptions.PdfSaveOptionsExt class. The Pdf save options extended | ||
type: docs | ||
weight: 60 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/ | ||
--- | ||
## PdfSaveOptionsExt class | ||
|
||
The Pdf save options extended | ||
|
||
```csharp | ||
public class PdfSaveOptionsExt : PdfSaveOptions | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [PdfSaveOptionsExt](pdfsaveoptionsext/)() | The default constructor. | | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [FormatConversionOptions](../../aspose.imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/formatconversionoptions/) { get; set; } | Gets or sets the format conversion options. | | ||
|
||
### See Also | ||
|
||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../) | ||
|
||
|
27 changes: 27 additions & 0 deletions
27
...ng.pdf.adapter.imageoptions/pdfsaveoptionsext/formatconversionoptions/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: PdfSaveOptionsExt.FormatConversionOptions | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: PdfSaveOptionsExt property. Gets or sets the format conversion options | ||
type: docs | ||
weight: 20 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/formatconversionoptions/ | ||
--- | ||
## PdfSaveOptionsExt.FormatConversionOptions property | ||
|
||
Gets or sets the format conversion options. | ||
|
||
```csharp | ||
public PdfFormatConversionOptions FormatConversionOptions { get; set; } | ||
``` | ||
|
||
### Property Value | ||
|
||
The format conversion options. | ||
|
||
### See Also | ||
|
||
* class [PdfSaveOptionsExt](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
....imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/pdfsaveoptionsext/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: PdfSaveOptionsExt.PdfSaveOptionsExt | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: PdfSaveOptionsExt constructor. The default constructor | ||
type: docs | ||
weight: 10 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.imageoptions/pdfsaveoptionsext/pdfsaveoptionsext/ | ||
--- | ||
## PdfSaveOptionsExt constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public PdfSaveOptionsExt() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [PdfSaveOptionsExt](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.ImageOptions](../../../aspose.imaging.pdf.adapter.imageoptions/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
18 changes: 18 additions & 0 deletions
18
english/adapters/net/pdf/aspose.imaging.pdf.adapter.loader/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Aspose.Imaging.Pdf.Adapter.Loader | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: | ||
type: docs | ||
weight: 30 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/ | ||
--- | ||
|
||
|
||
## Classes | ||
|
||
| Class | Description | | ||
| --- | --- | | ||
| [PdfImageLoader](./pdfimageloader/) | The Pdf image loader | | ||
| [PdfLoaderDescriptor](./pdfloaderdescriptor/) | The pdf loader descriptor | | ||
|
||
|
34 changes: 34 additions & 0 deletions
34
...ish/adapters/net/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Class PdfImageLoader | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: Aspose.Imaging.Pdf.Adapter.Loader.PdfImageLoader class. The Pdf image loader | ||
type: docs | ||
weight: 30 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/ | ||
--- | ||
## PdfImageLoader class | ||
|
||
The Pdf image loader | ||
|
||
```csharp | ||
public class PdfImageLoader : IImageLoader | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [PdfImageLoader](pdfimageloader/)() | The default constructor. | | ||
|
||
## Methods | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [Load](../../aspose.imaging.pdf.adapter.loader/pdfimageloader/load/)(StreamContainer, LoadOptions) | Loads the specified stream container. | | ||
|
||
### See Also | ||
|
||
* namespace [Aspose.Imaging.Pdf.Adapter.Loader](../../aspose.imaging.pdf.adapter.loader/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../) | ||
|
||
|
28 changes: 28 additions & 0 deletions
28
...dapters/net/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/load/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: PdfImageLoader.Load | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: PdfImageLoader method. Loads the specified stream container | ||
type: docs | ||
weight: 20 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/load/ | ||
--- | ||
## PdfImageLoader.Load method | ||
|
||
Loads the specified stream container. | ||
|
||
```csharp | ||
public Image Load(StreamContainer streamContainer, LoadOptions loadOptions) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| streamContainer | StreamContainer | The stream container. | | ||
| loadOptions | LoadOptions | The load options. | | ||
|
||
### See Also | ||
|
||
* class [PdfImageLoader](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.Loader](../../../aspose.imaging.pdf.adapter.loader/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
...t/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/pdfimageloader/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: PdfImageLoader.PdfImageLoader | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: PdfImageLoader constructor. The default constructor | ||
type: docs | ||
weight: 10 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/pdfimageloader/pdfimageloader/ | ||
--- | ||
## PdfImageLoader constructor | ||
|
||
The default constructor. | ||
|
||
```csharp | ||
public PdfImageLoader() | ||
``` | ||
|
||
### See Also | ||
|
||
* class [PdfImageLoader](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.Loader](../../../aspose.imaging.pdf.adapter.loader/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
41 changes: 41 additions & 0 deletions
41
...dapters/net/pdf/aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Class PdfLoaderDescriptor | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: Aspose.Imaging.Pdf.Adapter.Loader.PdfLoaderDescriptor class. The pdf loader descriptor | ||
type: docs | ||
weight: 40 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/ | ||
--- | ||
## PdfLoaderDescriptor class | ||
|
||
The pdf loader descriptor | ||
|
||
```csharp | ||
public class PdfLoaderDescriptor : IImageLoaderDescriptor | ||
``` | ||
|
||
## Constructors | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [PdfLoaderDescriptor](pdfloaderdescriptor/)() | The default constructor. | | ||
|
||
## Properties | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [SupportedFormat](../../aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/supportedformat/) { get; } | Gets the supported format. | | ||
|
||
## Methods | ||
|
||
| Name | Description | | ||
| --- | --- | | ||
| [CanLoad](../../aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/canload/)(StreamContainer, LoadOptions) | Determines whether this instance can load the specified stream container. | | ||
| [CreateInstance](../../aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/createinstance/)() | Creates the instance. | | ||
|
||
### See Also | ||
|
||
* namespace [Aspose.Imaging.Pdf.Adapter.Loader](../../aspose.imaging.pdf.adapter.loader/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../) | ||
|
||
|
32 changes: 32 additions & 0 deletions
32
...net/pdf/aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/canload/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: PdfLoaderDescriptor.CanLoad | ||
second_title: Aspose.Imaging.Pdf Adapter for .NET API Reference | ||
description: PdfLoaderDescriptor method. Determines whether this instance can load the specified stream container | ||
type: docs | ||
weight: 30 | ||
url: /net/adapters/pdf/aspose.imaging.pdf.adapter.loader/pdfloaderdescriptor/canload/ | ||
--- | ||
## PdfLoaderDescriptor.CanLoad method | ||
|
||
Determines whether this instance can load the specified stream container. | ||
|
||
```csharp | ||
public bool CanLoad(StreamContainer streamContainer, LoadOptions loadOptions) | ||
``` | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| streamContainer | StreamContainer | The stream container. | | ||
| loadOptions | LoadOptions | The load options. | | ||
|
||
### Return Value | ||
|
||
`true` if this instance can load the specified stream container; otherwise, `false`. | ||
|
||
### See Also | ||
|
||
* class [PdfLoaderDescriptor](../) | ||
* namespace [Aspose.Imaging.Pdf.Adapter.Loader](../../../aspose.imaging.pdf.adapter.loader/) | ||
* assembly [Aspose.Imaging.Pdf.Adapter](../../../) | ||
|
||
|
Oops, something went wrong.