Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "LinearGradientBrush.InterpolationColors"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "LinearGradientBrush property. Haalt een ColorBlend op of stelt deze in die een meerkleurige lineaire gradient definieert"
type: docs
weight: 40
url: /nl/net/aspose.psd.brushes/lineargradientbrush/interpolationcolors/
---
{{< psd/tize >}}
## LinearGradientBrush.InterpolationColors property

Haalt een [`ColorBlend`](../../../aspose.psd/colorblend/) op of stelt deze in die een meerkleurige lineaire gradient definieert.

```csharp
[Obsolete("This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.")]
public ColorBlend InterpolationColors { get; set; }
```

### Property Value

Een [`ColorBlend`](../../../aspose.psd/colorblend/) die een meerkleurige lineaire gradient definieert.

### Zie ook

* class [ColorBlend](../../../aspose.psd/colorblend/)
* class [LinearGradientBrush](../)
* namespace [Aspose.PSD.Brushes](../../../aspose.psd.brushes/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "LinearGradientBrush.LinearColors"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "LinearGradientBrush property. Haalt de begin- en eindkleuren van de gradient op of stelt deze in"
type: docs
weight: 50
url: /nl/net/aspose.psd.brushes/lineargradientbrush/linearcolors/
---
{{< psd/tize >}}
## LinearGradientBrush.LinearColors property

Haalt de begin- en eindkleuren van de gradient op of stelt deze in.

```csharp
[Obsolete("Use StartColor and EndColor properties instead.")]
public Color[] LinearColors { get; set; }
```

### Property Value

Een array van twee [`Color`](../../../aspose.psd/color/) structuren die de begin- en eindkleuren van de gradient weergeven.

### Zie ook

* struct [Color](../../../aspose.psd/color/)
* class [LinearGradientBrush](../)
* namespace [Aspose.PSD.Brushes](../../../aspose.psd.brushes/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "PathGradientBrush.InterpolationColors"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "PathGradientBrush-eigenschap. Haalt een ColorBlend op of stelt deze in die een meerkleurige lineaire gradiënt definieert."
type: docs
weight: 40
url: /nl/net/aspose.psd.brushes/pathgradientbrush/interpolationcolors/
---
{{< psd/tize >}}
## PathGradientBrush.InterpolationColors property

Haalt een [`ColorBlend`](../../../aspose.psd/colorblend/) op of stelt deze in die een meerkleurige lineaire gradient definieert.

```csharp
[Obsolete("This property is not used in this class anymore. Use PathMulticolorGradientBrush class instead.")]
public ColorBlend InterpolationColors { get; set; }
```

### Property Value

Een [`ColorBlend`](../../../aspose.psd/colorblend/) die een meerkleurige lineaire gradient definieert.

### Zie ook

* class [ColorBlend](../../../aspose.psd/colorblend/)
* class [PathGradientBrush](../)
* namespace [Aspose.PSD.Brushes](../../../aspose.psd.brushes/)
* assembly [Aspose.PSD](../../../)


18 changes: 18 additions & 0 deletions netherlands/net/aspose.psd.customfonthandler/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Aspose.PSD.CustomFontHandler"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "De namespace verwerkt de verwerking van aangepaste lettertypen"
type: docs
weight: 70
url: /nl/net/aspose.psd.customfonthandler/
---
{{< psd/tize >}}
De namespace verwerkt de verwerking van aangepaste lettertypen.

## Klassen

| Klasse | Beschrijving |
| --- | --- |
| [CustomFontData](./customfontdata/) | Aangepaste lettertypegegevensklasse |


Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "Klasse CustomFontData"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "Aspose.PSD.CustomFontHandler.CustomFontData klasse. Aangepaste lettertypegegevensklasse"
type: docs
weight: 700
url: /nl/net/aspose.psd.customfonthandler/customfontdata/
---
{{< psd/tize >}}
## CustomFontData class

Aangepaste lettertypegegevensklasse

```csharp
public class CustomFontData
```

## Constructors

| Naam | Beschrijving |
| --- | --- |
| [CustomFontData](customfontdata/)(string, byte[]) | Initialiseert een nieuw exemplaar van de `CustomFontData`-klasse. |

## Eigenschappen

| Naam | Beschrijving |
| --- | --- |
| [FontData](../../aspose.psd.customfonthandler/customfontdata/fontdata/) { get; } | Haalt de lettertypegegevens op. |
| [FontName](../../aspose.psd.customfonthandler/customfontdata/fontname/) { get; } | Haalt de naam van het lettertype op. |

### Zie ook

* namespace [Aspose.PSD.CustomFontHandler](../../aspose.psd.customfonthandler/)
* assembly [Aspose.PSD](../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "CustomFontData.CustomFontData"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "CustomFontData constructor. Initialiseert een nieuw exemplaar van de CustomFontData-klasse"
type: docs
weight: 10
url: /nl/net/aspose.psd.customfonthandler/customfontdata/customfontdata/
---
{{< psd/tize >}}
## CustomFontData constructor

Initialiseert een nieuw exemplaar van de [`CustomFontData`](../)-klasse.

```csharp
public CustomFontData(string fontName, byte[] fontData)
```

| Parameter | Type | Beschrijving |
| --- | --- | --- |
| fontName | String | Naam van het lettertype. |
| fontData | Byte[] | De lettertypegegevens. |

### Zie ook

* class [CustomFontData](../)
* namespace [Aspose.PSD.CustomFontHandler](../../../aspose.psd.customfonthandler/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "CustomFontData.FontData"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "CustomFontData property. Haalt de lettertypegegevens op"
type: docs
weight: 20
url: /nl/net/aspose.psd.customfonthandler/customfontdata/fontdata/
---
{{< psd/tize >}}
## CustomFontData.FontData property

Haalt de lettertypegegevens op.

```csharp
public byte[] FontData { get; }
```

### Property Value

De lettertypegegevens.

### Zie ook

* class [CustomFontData](../)
* namespace [Aspose.PSD.CustomFontHandler](../../../aspose.psd.customfonthandler/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "CustomFontData.FontName"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "CustomFontData property. Haalt de naam van het lettertype op"
type: docs
weight: 30
url: /nl/net/aspose.psd.customfonthandler/customfontdata/fontname/
---
{{< psd/tize >}}
## CustomFontData.FontName property

Haalt de naam van het lettertype op.

```csharp
public string FontName { get; }
```

### Property Value

De naam van het lettertype.

### Zie ook

* class [CustomFontData](../)
* namespace [Aspose.PSD.CustomFontHandler](../../../aspose.psd.customfonthandler/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "ImageExtensions.ToGdiImage"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "ImageExtensions-methode. Converteert de Image naar de Image"
type: docs
weight: 10
url: /nl/net/aspose.psd.extensions/imageextensions/togdiimage/
---
{{< psd/tize >}}
## ImageExtensions.ToGdiImage method

Converteert de Image naar de Image.

```csharp
[Obsolete("Please do not use this method as you may get OutOfMemoryException if image is too large for GDI to fit.")]
public static Image ToGdiImage(Image image)
```

| Parameter | Type | Beschrijving |
| --- | --- | --- |
| afbeelding | Afbeelding | De Image om te converteren. |

### Retourwaarde

De geconverteerde Image.

## Opmerkingen

Waarschuwing, de GDI-afbeelding kan lagere grenzen hebben dan *image* heeft. Om alle delen van de afbeelding te krijgen, gebruik de veiligere extensiemethode ToGdiImageFull.

### Zie ook

* class [Image](../../../aspose.psd/image/)
* class [ImageExtensions](../)
* namespace [Aspose.PSD.Extensions](../../../aspose.psd.extensions/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: "AiImage.ActivePageIndex"
second_title: "Aspose.PSD voor .NET API-referentie"
description: "AiImage-eigenschap. Haalt of stelt de index van de actieve pagina"
type: docs
weight: 20
url: /nl/net/aspose.psd.fileformats.ai/aiimage/activepageindex/
---
{{< psd/tize >}}
## AiImage.ActivePageIndex property

Haalt of stelt de index van de actieve pagina.

```csharp
public int ActivePageIndex { get; set; }
```

### Property Value

Deze eigenschap is alleen van toepassing op AI-afbeeldingen in PDF-formaat. Als de afbeelding niet in PDF-formaat is of er geen pagina's zijn, zal de eigenschap -1 zijn. Deze eigenschap geeft aan welke pagina van de AI-afbeelding de basis zal vormen voor weergave.

## Voorbeelden

De volgende code demonstreert de mogelijkheid om de actieve pagina in AI-afbeeldingen te wijzigen.

```csharp
[C#]

string sourceFile = "threePages.ai";
string firstPageOutputPng = "firstPageOutput.png";
string secondPageOutputPng = "secondPageOutput.png";
string thirdPageOutputPng = "thirdPageOutput.png";

// Laad de AI-afbeelding.
using (AiImage image = (AiImage)Image.Load(sourceFile))
{
// Standaard is de ActivePageIndex 0.
// Dus als je de AI-afbeelding opslaat zonder deze eigenschap te wijzigen, wordt de eerste pagina gerenderd en opgeslagen.
image.Save(firstPageOutputPng, new PngOptions());

// Wijzig de index van de actieve pagina naar de tweede pagina.
image.ActivePageIndex = 1;

// Sla de tweede pagina van de AI-afbeelding op als een PNG-afbeelding.
image.Save(secondPageOutputPng, new PngOptions());

// Wijzig de index van de actieve pagina naar de derde pagina.
image.ActivePageIndex = 2;

// Sla de derde pagina van de AI-afbeelding op als een PNG-afbeelding.
image.Save(thirdPageOutputPng, new PngOptions());
}
```

### Zie ook

* class [AiImage](../)
* namespace [Aspose.PSD.FileFormats.Ai](../../../aspose.psd.fileformats.ai/)
* assembly [Aspose.PSD](../../../)


Loading