diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md index 529dbcb743..c96e065e8b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/_index.md @@ -33,7 +33,7 @@ public class GradientFillSettings : BaseFillSettings, IGradientFillSettings | [GradientType](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/gradienttype/) { get; set; } | Gets or sets the type of the gradient. | | [HorizontalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/horizontaloffset/) { get; set; } | Gets or sets the horizontal offset in percentage. | | [Reverse](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/reverse/) { get; set; } | Gets or sets a value indicating whether this `GradientFillSettings` is reverse. | -| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/) { get; set; } | Gets or sets the scale. | +| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/) { get; set; } | Gets or sets the **normalized** gradient scale (in percent) | | [VerticalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/verticaloffset/) { get; set; } | Gets or sets the vertical offset in percentage. | ## Examples diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/_index.md index 233a805853..4b02f991d9 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/_index.md @@ -1,7 +1,7 @@ --- title: GradientFillSettings.Scale second_title: Aspose.PSD for .NET API Reference -description: GradientFillSettings property. Gets or sets the scale +description: GradientFillSettings property. Gets or sets the normalized gradient scale in percent type: docs weight: 100 url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/ @@ -9,7 +9,7 @@ url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/sc {{< psd/tize >}} ## GradientFillSettings.Scale property -Gets or sets the scale. +Gets or sets the **normalized** gradient scale (in percent) ```csharp public int Scale { get; set; } diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/_index.md index 3a9688ba48..07f5d42123 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/_index.md @@ -26,7 +26,7 @@ public interface IGradientFillSettings : IFillSettings | [GradientType](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/gradienttype/) { get; set; } | Gets or sets the type of the gradient. | | [HorizontalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/horizontaloffset/) { get; set; } | Gets or sets the horizontal offset. | | [Reverse](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/reverse/) { get; set; } | Gets or sets a value indicating whether this `IGradientFillSettings` is reverse. | -| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/) { get; set; } | Gets or sets the scale. | +| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/) { get; set; } | Gets or sets the **normalized** gradient scale (in percent). | | [VerticalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/verticaloffset/) { get; set; } | Gets or sets the vertical offset. | ## Examples diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/_index.md index 14fa4dca84..b4ac4c00e7 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/_index.md @@ -1,7 +1,7 @@ --- title: IGradientFillSettings.Scale second_title: Aspose.PSD for .NET API Reference -description: IGradientFillSettings property. Gets or sets the scale +description: IGradientFillSettings property. Gets or sets the normalized gradient scale in percent type: docs weight: 80 url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/ @@ -9,7 +9,7 @@ url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/s {{< psd/tize >}} ## IGradientFillSettings.Scale property -Gets or sets the scale. +Gets or sets the **normalized** gradient scale (in percent). ```csharp public int Scale { get; set; } diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/_index.md index 9d8b82f05e..43bfdd9128 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/_index.md @@ -22,7 +22,7 @@ public interface IPatternFillSettings : IFillSettings | [Angle](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/angle/) { get; set; } | Gets or sets the angle. | | [HorizontalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/horizontaloffset/) { get; set; } | Gets or sets the horizontal offset. | | [Linked](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/linked/) { get; set; } | Gets or sets a value indicating whether this `IPatternFillSettings` is linked. | -| [PatternData](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/) { get; set; } | Gets or sets the pattern data. | +| [PatternData](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/) { get; set; } | Gets the pattern data. | | [PatternHeight](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patternheight/) { get; set; } | Gets or sets the height of the pattern. | | [PatternId](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patternid/) { get; set; } | Gets or sets the pattern identifier. | | [PatternName](../../aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patternname/) { get; set; } | Gets or sets the name of the pattern. | diff --git a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/_index.md b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/_index.md index bb08c77879..379169ac4a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/_index.md @@ -1,7 +1,7 @@ --- title: IPatternFillSettings.PatternData second_title: Aspose.PSD for .NET API Reference -description: IPatternFillSettings property. Gets or sets the pattern data +description: IPatternFillSettings property. Gets the pattern data type: docs weight: 40 url: /net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/patterndata/ @@ -9,7 +9,7 @@ url: /net/aspose.psd.fileformats.psd.layers.fillsettings/ipatternfillsettings/pa {{< psd/tize >}} ## IPatternFillSettings.PatternData property -Gets or sets the pattern data. +Gets the pattern data. ```csharp public int[] PatternData { get; set; } diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/_index.md index 7641a3afcb..c9a59489e8 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/_index.md @@ -3,7 +3,7 @@ title: Interface IStrokeSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.IStrokeSettings interface. Stroke settings of Shapes type: docs -weight: 3350 +weight: 3360 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/_index.md index cfbe589e92..de8b3634e4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/_index.md @@ -3,7 +3,7 @@ title: Enum LineCapType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.LineCapType enum. Line Cap type type: docs -weight: 3360 +weight: 3370 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/_index.md index 124f17a47d..efc0c5f6a5 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/_index.md @@ -3,7 +3,7 @@ title: Enum LineJoinType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.LineJoinType enum. Line Join type type: docs -weight: 3370 +weight: 3380 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/strokesettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/strokesettings/_index.md index 526e63fe9f..047a4ad37e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/strokesettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/strokesettings/_index.md @@ -3,7 +3,7 @@ title: Class StrokeSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.StrokeSettings class. Stroke settings of Shapes type: docs -weight: 3380 +weight: 3390 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/strokesettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vscgresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vscgresource/_index.md index f9f3a094b7..94ca755fea 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vscgresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vscgresource/_index.md @@ -3,7 +3,7 @@ title: Class VscgResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.VscgResource class. Vector Stroke Content Data resource type: docs -weight: 3390 +weight: 3400 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vscgresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vstkresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vstkresource/_index.md index 2e1a32537f..05a14f0c52 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vstkresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vstkresource/_index.md @@ -3,7 +3,7 @@ title: Class VstkResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.VstkResource class. Resource class VstkResource. Contains information about Vector Stroke Data. Resource should be initialized either by AssignItems method from ResourceLoader either by assigning values to properties of the class type: docs -weight: 3400 +weight: 3410 url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/vstkresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/aliasstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/aliasstructure/_index.md index 4d63ce1186..e849d18e48 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/aliasstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/aliasstructure/_index.md @@ -3,7 +3,7 @@ title: Class AliasStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.AliasStructure class. The alias structure type: docs -weight: 3450 +weight: 3460 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/aliasstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/booleanstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/booleanstructure/_index.md index fa130907b0..b881b0788d 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/booleanstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/booleanstructure/_index.md @@ -3,7 +3,7 @@ title: Class BooleanStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.BooleanStructure class. The boolean structure type: docs -weight: 3460 +weight: 3470 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/booleanstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/classstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/classstructure/_index.md index 9626597c08..c92de3b6ed 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/classstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/classstructure/_index.md @@ -3,7 +3,7 @@ title: Class ClassStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.ClassStructure class. The class structure type: docs -weight: 3470 +weight: 3480 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/classstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/descriptorstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/descriptorstructure/_index.md index 8dccf3114e..e387172ca7 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/descriptorstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/descriptorstructure/_index.md @@ -3,7 +3,7 @@ title: Class DescriptorStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.DescriptorStructure class. The descriptor structure type: docs -weight: 3480 +weight: 3490 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/descriptorstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/doublestructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/doublestructure/_index.md index 209f3ec716..374c0864d1 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/doublestructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/doublestructure/_index.md @@ -3,7 +3,7 @@ title: Class DoubleStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.DoubleStructure class. The double structure type: docs -weight: 3490 +weight: 3500 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/doublestructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumerateddescriptorstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumerateddescriptorstructure/_index.md index d40c87c3a9..9ef369b3f4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumerateddescriptorstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumerateddescriptorstructure/_index.md @@ -3,7 +3,7 @@ title: Class EnumeratedDescriptorStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.EnumeratedDescriptorStructure class. The enumerated descriptor structure type: docs -weight: 3500 +weight: 3510 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumerateddescriptorstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumeratedreferencestructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumeratedreferencestructure/_index.md index 0eef29aaf3..7c14974b63 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumeratedreferencestructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumeratedreferencestructure/_index.md @@ -3,7 +3,7 @@ title: Class EnumeratedReferenceStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.EnumeratedReferenceStructure class. Enumerated reference structure type: docs -weight: 3510 +weight: 3520 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/enumeratedreferencestructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/integerstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/integerstructure/_index.md index 1a9f5accf3..ec6c3a0036 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/integerstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/integerstructure/_index.md @@ -3,7 +3,7 @@ title: Class IntegerStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.IntegerStructure class. The integer structure type: docs -weight: 3520 +weight: 3530 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/integerstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/liststructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/liststructure/_index.md index 552b8013c8..fe348f553f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/liststructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/liststructure/_index.md @@ -3,7 +3,7 @@ title: Class ListStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.ListStructure class. The list structure type: docs -weight: 3530 +weight: 3540 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/liststructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/namestructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/namestructure/_index.md index f4fbbf8199..51d30321f2 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/namestructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/namestructure/_index.md @@ -3,7 +3,7 @@ title: Class NameStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.NameStructure class. The Name structure key 0x6E616D65 which spells name in ASCII is a simple structure used to store a Unicode or Pascalstyle string representing the name of an element such as a layer path or adjustment type: docs -weight: 3540 +weight: 3550 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/namestructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/objectarraystructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/objectarraystructure/_index.md index e6accab1fb..11031bf538 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/objectarraystructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/objectarraystructure/_index.md @@ -3,7 +3,7 @@ title: Class ObjectArrayStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.ObjectArrayStructure class. Defines the ObjectArrayStructure class that usually holds UnitArrayStructure array. It is used in the PSD file resources such as PlLd Resource and SoLd Resource type: docs -weight: 3550 +weight: 3560 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/objectarraystructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/offsetstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/offsetstructure/_index.md index afd743b1d4..47a5b51641 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/offsetstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/offsetstructure/_index.md @@ -3,7 +3,7 @@ title: Class OffsetStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.OffsetStructure class. The offset structure type: docs -weight: 3560 +weight: 3570 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/offsetstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/pathstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/pathstructure/_index.md index ae9d60706b..8f91712e96 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/pathstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/pathstructure/_index.md @@ -3,7 +3,7 @@ title: Class PathStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.PathStructure class. The path structure type: docs -weight: 3570 +weight: 3580 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/pathstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/propertystructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/propertystructure/_index.md index 3753c9c70b..2c6faa80f6 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/propertystructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/propertystructure/_index.md @@ -3,7 +3,7 @@ title: Class PropertyStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.PropertyStructure class. The property structure type: docs -weight: 3580 +weight: 3590 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/propertystructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/rawdatastructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/rawdatastructure/_index.md index 0ea262255b..de72ace606 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/rawdatastructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/rawdatastructure/_index.md @@ -3,7 +3,7 @@ title: Class RawDataStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.RawDataStructure class. The raw data structure type: docs -weight: 3590 +weight: 3600 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/rawdatastructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/referencestructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/referencestructure/_index.md index 392404a8fb..2ef9df63bd 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/referencestructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/referencestructure/_index.md @@ -3,7 +3,7 @@ title: Class ReferenceStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.ReferenceStructure class. The reference structure type: docs -weight: 3600 +weight: 3610 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/referencestructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/stringstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/stringstructure/_index.md index 7abfb7a3ce..d6b9787725 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/stringstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/stringstructure/_index.md @@ -3,7 +3,7 @@ title: Class StringStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.StringStructure class. The string structure type: docs -weight: 3610 +weight: 3620 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/stringstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitarraystructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitarraystructure/_index.md index 6f01a6a13a..b5f86041c0 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitarraystructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitarraystructure/_index.md @@ -3,7 +3,7 @@ title: Class UnitArrayStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.UnitArrayStructure class. Defines the UnitArrayStructure class that holds Double values array and their measure unit. It is used in the PSD file resources usually by ObjectArrayStructure type: docs -weight: 3620 +weight: 3630 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitarraystructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitstructure/_index.md index 0612fe6f75..2f573bf80f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitstructure/_index.md @@ -3,7 +3,7 @@ title: Class UnitStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.UnitStructure class. The unit structure type: docs -weight: 3630 +weight: 3640 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unitstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unittypes/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unittypes/_index.md index fbe244983c..28283ba315 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unittypes/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unittypes/_index.md @@ -3,7 +3,7 @@ title: Enum UnitTypes second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.UnitTypes enum. The unit types type: docs -weight: 3640 +weight: 3650 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unittypes/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unknownstructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unknownstructure/_index.md index 8de6b2bf81..aa94733934 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unknownstructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unknownstructure/_index.md @@ -3,7 +3,7 @@ title: Class UnknownStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoStructures.UnknownStructure class. The unknown structure type: docs -weight: 3650 +weight: 3660 url: /net/aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures/unknownstructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/_index.md index bb5f9b31f2..28dc2ea2e9 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/_index.md @@ -20,6 +20,7 @@ The namespace contains PSD file format entities contained in layers. | [ArtDResource](./artdresource/) | The Artboard info data for [`GlobalLayerResources`](../aspose.psd.fileformats.psd/psdimage/globallayerresources/). | | [BaseArtboardInfoResource](./baseartboardinforesource/) | The Artboard info data resource. | | [BaseFxResource](./basefxresource/) | Base effects resource | +| [BaseLayerSectionResource](./baselayersectionresource/) | Base class for layer section resources | | [BlncResource](./blncresource/) | BlncResource class is a resource of Color Adjustment Layer. | | [BlwhResource](./blwhresource/) | BlwhResource class is a resource of Black and White Adjustment Layer. | | [BooleanResource](./booleanresource/) | Class BooleanResource. It's pseudo resource. Photoshop haven't it | diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/_index.md new file mode 100644 index 0000000000..b40f9d16de --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/_index.md @@ -0,0 +1,43 @@ +--- +title: Class BaseLayerSectionResource +second_title: Aspose.PSD for .NET API Reference +description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.BaseLayerSectionResource class. Base class for layer section resources +type: docs +weight: 2540 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource class + +Base class for layer section resources + +```csharp +public abstract class BaseLayerSectionResource : LayerResource +``` + +## Properties + +| Name | Description | +| --- | --- | +| [BlendModeKey](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/) { get; set; } | Gets or sets the blend mode key. | +| [Key](../../aspose.psd.fileformats.psd.layers/layerresource/key/) { get; } | Gets the layer resource key. | +| override [Length](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/) { get; } | Gets the layer resource length in bytes. | +| [PsdVersion](../../aspose.psd.fileformats.psd.layers/layerresource/psdversion/) { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. | +| [SectionType](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/) { get; set; } | Gets or sets the section type. | +| virtual [Signature](../../aspose.psd.fileformats.psd.layers/layerresource/signature/) { get; } | Gets the signature. | +| [Subtype](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/) { get; set; } | Gets or sets the subtype. | + +## Methods + +| Name | Description | +| --- | --- | +| override [Save](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/)(StreamContainer, int) | Saves the resource to the specified stream container. | +| override [ToString](../../aspose.psd.fileformats.psd.layers/layerresource/tostring/)() | Returns a String that represents this instance. | + +### See Also + +* class [LayerResource](../../aspose.psd.fileformats.psd.layers/layerresource/) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/_index.md new file mode 100644 index 0000000000..a50ef9d935 --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/_index.md @@ -0,0 +1,62 @@ +--- +title: BaseLayerSectionResource.BlendModeKey +second_title: Aspose.PSD for .NET API Reference +description: BaseLayerSectionResource property. Gets or sets the blend mode key +type: docs +weight: 10 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource.BlendModeKey property + +Gets or sets the blend mode key. + +```csharp +public BlendMode BlendModeKey { get; set; } +``` + +### Exceptions + +| exception | condition | +| --- | --- | +| [PsdImageArgumentException](../../../aspose.psd.coreexceptions.imageformats/psdimageargumentexception/) | BlendModeKey must be 4 characters in length. | + +## Examples + +The following code demonstrates support of LsdkResource. + +```csharp +[C#] + +void AssertAreEqual(object expected, object actual, string message = null) +{ + if (!object.Equals(expected, actual)) + { + throw new FormatException(message ?? "Objects are not equal."); + } +} + +string srcFile = "123 1.psd"; +string outFile = "output.psd"; + +using (var psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); + psdImage.Save(outFile); +} + +// check after saving +using (var psdImage = (PsdImage)Image.Load(outFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); +} +``` + +### See Also + +* enum [BlendMode](../../../aspose.psd.fileformats.core.blending/blendmode/) +* class [BaseLayerSectionResource](../) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/_index.md new file mode 100644 index 0000000000..47f0dd9ec8 --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/_index.md @@ -0,0 +1,24 @@ +--- +title: BaseLayerSectionResource.Length +second_title: Aspose.PSD for .NET API Reference +description: BaseLayerSectionResource property. Gets the layer resource length in bytes +type: docs +weight: 20 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource.Length property + +Gets the layer resource length in bytes. + +```csharp +public override int Length { get; } +``` + +### See Also + +* class [BaseLayerSectionResource](../) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/_index.md new file mode 100644 index 0000000000..33aa53e4f4 --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/_index.md @@ -0,0 +1,30 @@ +--- +title: BaseLayerSectionResource.Save +second_title: Aspose.PSD for .NET API Reference +description: BaseLayerSectionResource method. Saves the resource to the specified stream container +type: docs +weight: 50 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource.Save method + +Saves the resource to the specified stream container. + +```csharp +public override void Save(StreamContainer streamContainer, int psdVersion) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| streamContainer | StreamContainer | The stream container to save to. | +| psdVersion | Int32 | The PSD version. | + +### See Also + +* class [StreamContainer](../../../aspose.psd/streamcontainer/) +* class [BaseLayerSectionResource](../) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/_index.md new file mode 100644 index 0000000000..95245ef858 --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/_index.md @@ -0,0 +1,56 @@ +--- +title: BaseLayerSectionResource.SectionType +second_title: Aspose.PSD for .NET API Reference +description: BaseLayerSectionResource property. Gets or sets the section type +type: docs +weight: 30 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource.SectionType property + +Gets or sets the section type. + +```csharp +public LayerSectionType SectionType { get; set; } +``` + +## Examples + +The following code demonstrates support of LsdkResource. + +```csharp +[C#] + +void AssertAreEqual(object expected, object actual, string message = null) +{ + if (!object.Equals(expected, actual)) + { + throw new FormatException(message ?? "Objects are not equal."); + } +} + +string srcFile = "123 1.psd"; +string outFile = "output.psd"; + +using (var psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); + psdImage.Save(outFile); +} + +// check after saving +using (var psdImage = (PsdImage)Image.Load(outFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); +} +``` + +### See Also + +* enum [LayerSectionType](../../layersectiontype/) +* class [BaseLayerSectionResource](../) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/_index.md new file mode 100644 index 0000000000..6a598b1847 --- /dev/null +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/_index.md @@ -0,0 +1,56 @@ +--- +title: BaseLayerSectionResource.Subtype +second_title: Aspose.PSD for .NET API Reference +description: BaseLayerSectionResource property. Gets or sets the subtype +type: docs +weight: 40 +url: /net/aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/ +--- +{{< psd/tize >}} +## BaseLayerSectionResource.Subtype property + +Gets or sets the subtype. + +```csharp +public LayerSectionSubtype Subtype { get; set; } +``` + +## Examples + +The following code demonstrates support of LsdkResource. + +```csharp +[C#] + +void AssertAreEqual(object expected, object actual, string message = null) +{ + if (!object.Equals(expected, actual)) + { + throw new FormatException(message ?? "Objects are not equal."); + } +} + +string srcFile = "123 1.psd"; +string outFile = "output.psd"; + +using (var psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); + psdImage.Save(outFile); +} + +// check after saving +using (var psdImage = (PsdImage)Image.Load(outFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); +} +``` + +### See Also + +* enum [LayerSectionSubtype](../../layersectionsubtype/) +* class [BaseLayerSectionResource](../) +* namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../../aspose.psd.fileformats.psd.layers.layerresources/) +* assembly [Aspose.PSD](../../../) + + diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/blncresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/blncresource/_index.md index 0239807f95..e481a1da0d 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/blncresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/blncresource/_index.md @@ -3,7 +3,7 @@ title: Class BlncResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.BlncResource class. BlncResource class is a resource of Color Adjustment Layer type: docs -weight: 2540 +weight: 2550 url: /net/aspose.psd.fileformats.psd.layers.layerresources/blncresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/blwhresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/blwhresource/_index.md index 2030cc77c3..c4c281704a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/blwhresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/blwhresource/_index.md @@ -3,7 +3,7 @@ title: Class BlwhResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.BlwhResource class. BlwhResource class is a resource of Black and White Adjustment Layer type: docs -weight: 2550 +weight: 2560 url: /net/aspose.psd.fileformats.psd.layers.layerresources/blwhresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/booleanresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/booleanresource/_index.md index 492dbe87c1..ac65ad27ac 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/booleanresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/booleanresource/_index.md @@ -3,7 +3,7 @@ title: Class BooleanResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.BooleanResource class. Class BooleanResource. Its pseudo resource. Photoshop havent it type: docs -weight: 2560 +weight: 2570 url: /net/aspose.psd.fileformats.psd.layers.layerresources/booleanresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/britresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/britresource/_index.md index 4eea3aa529..fd22f0deb3 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/britresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/britresource/_index.md @@ -3,7 +3,7 @@ title: Class BritResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.BritResource class. Class BritResource. Resource of Brightness/Contrast Adjustment Layer type: docs -weight: 2570 +weight: 2580 url: /net/aspose.psd.fileformats.psd.layers.layerresources/britresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/cgedresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/cgedresource/_index.md index b41d43b2de..12529735f4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/cgedresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/cgedresource/_index.md @@ -3,7 +3,7 @@ title: Class CgEdResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CgEdResource class. Class CgEdResource. Content Generator Extra Data Photoshop CS5 type: docs -weight: 2580 +weight: 2590 url: /net/aspose.psd.fileformats.psd.layers.layerresources/cgedresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/classid/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/classid/_index.md index 648676033c..82adf3ad6e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/classid/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/classid/_index.md @@ -3,7 +3,7 @@ title: Class ClassID second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ClassID class. The PSD Class ID object type: docs -weight: 2590 +weight: 2600 url: /net/aspose.psd.fileformats.psd.layers.layerresources/classid/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/clblresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/clblresource/_index.md index d50f37df7d..b122111261 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/clblresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/clblresource/_index.md @@ -3,7 +3,7 @@ title: Class ClblResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ClblResource class. Class ClblResource. This resource contains information about blending of clipped element type: docs -weight: 2600 +weight: 2610 url: /net/aspose.psd.fileformats.psd.layers.layerresources/clblresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/cmlsresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/cmlsresource/_index.md index 50b195596e..f647da0d7b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/cmlsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/cmlsresource/_index.md @@ -3,7 +3,7 @@ title: Class CmlsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CmlsResource class. Class CmlsResource type: docs -weight: 2610 +weight: 2620 url: /net/aspose.psd.fileformats.psd.layers.layerresources/cmlsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/colorrangehsl/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/colorrangehsl/_index.md index d5f7fb90a9..bc668e76ae 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/colorrangehsl/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/colorrangehsl/_index.md @@ -3,7 +3,7 @@ title: Class ColorRangeHsl second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ColorRangeHsl class. Hue2Resource has 6 color ranges where you can change HSV parameters. Every range has 4 key points to identify range borders. And its ColorRangeHsl type: docs -weight: 2620 +weight: 2630 url: /net/aspose.psd.fileformats.psd.layers.layerresources/colorrangehsl/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvescontinuousmanager/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvescontinuousmanager/_index.md index 34a456dc77..dad89aa7fe 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvescontinuousmanager/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvescontinuousmanager/_index.md @@ -3,7 +3,7 @@ title: Class CurvesContinuousManager second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CurvesContinuousManager class. Manager for Curves Adjustment Layer that manipulates curves type: docs -weight: 2640 +weight: 2650 url: /net/aspose.psd.fileformats.psd.layers.layerresources/curvescontinuousmanager/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesdiscretemanager/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesdiscretemanager/_index.md index a581057ad7..d18a4cb59a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesdiscretemanager/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesdiscretemanager/_index.md @@ -3,7 +3,7 @@ title: Class CurvesDiscreteManager second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CurvesDiscreteManager class. Manager for Curves Adjustment Layer that manipulates pixels map type: docs -weight: 2650 +weight: 2660 url: /net/aspose.psd.fileformats.psd.layers.layerresources/curvesdiscretemanager/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesmanager/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesmanager/_index.md index 95eb28d7e7..44d97f7e41 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesmanager/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvesmanager/_index.md @@ -3,7 +3,7 @@ title: Class CurvesManager second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CurvesManager class. Base Class to manage CurvResource type: docs -weight: 2660 +weight: 2670 url: /net/aspose.psd.fileformats.psd.layers.layerresources/curvesmanager/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvresource/_index.md index 769d367bc3..687f35cea3 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/curvresource/_index.md @@ -3,7 +3,7 @@ title: Class CurvResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CurvResource class. Class CurvResource. Resource of Curves Adjustment Layer 1 byte 0 if use curves 1 if used pixels on map if 0 then 2 bytes short. Default is 1 4 bytes int. Used only last byte by bit. First bit is for 1 channel the Fourth bit for 4 channel for example 2 bytes short points count 4 bytes count of point points of curve 2 short first position second height 4 bytes word Crv 2 bytes short default is 4 for Curves 4 bytes int. Default is 1 4 bytes point count 4 bytes point count points of curve 2 short first position second height 04 bytes Leading to be fold for four if 1 then 2 bytes short. Default is 1 4 bytes int. Used only last byte. One channel is in one bit. First bit is for 1 channel the Fourth bit for 4 channel for example 256 count of changed channels ordered values of channel in range 0 255 4 bytes word Crv 2 bytes short. Default is 3 for pixels on map 4 bytes int Channel count 2 256 bytes short 2 for channel index 256 is ordered values of channel in range 0 255 type: docs -weight: 2630 +weight: 2640 url: /net/aspose.psd.fileformats.psd.layers.layerresources/curvresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/custresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/custresource/_index.md index 5b8ac62b48..07a0aca13f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/custresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/custresource/_index.md @@ -3,7 +3,7 @@ title: Class CustResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.CustResource class. Class CustResource. This resource contains information about blending of clipped element type: docs -weight: 2670 +weight: 2680 url: /net/aspose.psd.fileformats.psd.layers.layerresources/custresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/exparesource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/exparesource/_index.md index 7b0e9c5001..3eebda2647 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/exparesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/exparesource/_index.md @@ -3,7 +3,7 @@ title: Class ExpaResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ExpaResource class. Class ExpaResource. Resource of Exposure Adjustment Layer type: docs -weight: 2680 +weight: 2690 url: /net/aspose.psd.fileformats.psd.layers.layerresources/exparesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/filllayerresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/filllayerresource/_index.md index 8a5d4e3741..be789e7895 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/filllayerresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/filllayerresource/_index.md @@ -3,7 +3,7 @@ title: Class FillLayerResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.FillLayerResource class. Base class for fill layer resources type: docs -weight: 2700 +weight: 2710 url: /net/aspose.psd.fileformats.psd.layers.layerresources/filllayerresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/filtereffectmaskdata/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/filtereffectmaskdata/_index.md index cb80ec6adf..fe2299fdfa 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/filtereffectmaskdata/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/filtereffectmaskdata/_index.md @@ -3,7 +3,7 @@ title: Class FilterEffectMaskData second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.FilterEffectMaskData class. The filter mask data class type: docs -weight: 2710 +weight: 2720 url: /net/aspose.psd.fileformats.psd.layers.layerresources/filtereffectmaskdata/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxidresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxidresource/_index.md index 09d9010ec9..87fb15f9f7 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxidresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxidresource/_index.md @@ -3,7 +3,7 @@ title: Class FXidResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.FXidResource class. The Filter Effects resource contains channels a user mask and a sheet mask for the smart filter type: docs -weight: 2690 +weight: 2700 url: /net/aspose.psd.fileformats.psd.layers.layerresources/fxidresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxrpresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxrpresource/_index.md index 3f5df39a63..d34e0435cf 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxrpresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/fxrpresource/_index.md @@ -3,7 +3,7 @@ title: Class FxrpResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.FxrpResource class. Class FxrpResource. The reference point of layer type: docs -weight: 2720 +weight: 2730 url: /net/aspose.psd.fileformats.psd.layers.layerresources/fxrpresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/_index.md index 1a69a4bd4d..967ca47577 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/_index.md @@ -3,7 +3,7 @@ title: Class GdFlResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.GdFlResource class. Class GdFlResource. This resource contains information about blending of clipped element type: docs -weight: 2730 +weight: 2740 url: /net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/scale/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/scale/_index.md index 553f55b08c..58f4cf9971 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/scale/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/scale/_index.md @@ -12,7 +12,7 @@ url: /net/aspose.psd.fileformats.psd.layers.layerresources/gdflresource/scale/ Gets or sets the scale. ```csharp -public int Scale { get; set; } +public double Scale { get; set; } ``` ### Property Value diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/grdmresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/grdmresource/_index.md index 80d6f912b0..23f60e36f2 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/grdmresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/grdmresource/_index.md @@ -3,7 +3,7 @@ title: Class GrdmResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.GrdmResource class. Class GrdmResource. Contains information about GradientMap layer type: docs -weight: 2740 +weight: 2750 url: /net/aspose.psd.fileformats.psd.layers.layerresources/grdmresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/hue2resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/hue2resource/_index.md index 1eebf585cf..d7cfdafcbe 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/hue2resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/hue2resource/_index.md @@ -3,7 +3,7 @@ title: Class Hue2Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Hue2Resource class. Class Hue2Resource. Resource of Exposure Adjustment Layer type: docs -weight: 2750 +weight: 2760 url: /net/aspose.psd.fileformats.psd.layers.layerresources/hue2resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/imfxresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/imfxresource/_index.md index dec1a95c51..01110b6aae 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/imfxresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/imfxresource/_index.md @@ -3,7 +3,7 @@ title: Class ImfxResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ImfxResource class. Imfx resource Multieffects resource type: docs -weight: 2810 +weight: 2820 url: /net/aspose.psd.fileformats.psd.layers.layerresources/imfxresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/infxresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/infxresource/_index.md index 163ebed32b..79e7012d54 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/infxresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/infxresource/_index.md @@ -3,7 +3,7 @@ title: Class InfxResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.InfxResource class. Class InfxResource. This resource contains information about blending of clipped element type: docs -weight: 2820 +weight: 2830 url: /net/aspose.psd.fileformats.psd.layers.layerresources/infxresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ioparesource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ioparesource/_index.md index 08d10ff4f6..588eb7ea0c 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ioparesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ioparesource/_index.md @@ -3,7 +3,7 @@ title: Class IopaResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.IopaResource class. Class IopaResource. This resource contains information about the fill opacity property from the layer style form type: docs -weight: 2830 +weight: 2840 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ioparesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md index 269bd3845d..0fc71fd975 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/_index.md @@ -3,7 +3,7 @@ title: Interface IOSTypeStructureLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.IOSTypeStructureLoader interface. The OSTypeStructure resource loader type: docs -weight: 2760 +weight: 2770 url: /net/aspose.psd.fileformats.psd.layers.layerresources/iostypestructureloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipath/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipath/_index.md index b712668595..9fffa1c46b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipath/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipath/_index.md @@ -3,7 +3,7 @@ title: Interface IPath second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.IPath interface. Interface describes the set of Paths that present in a Shape layer type: docs -weight: 2770 +weight: 2780 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ipath/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipathshape/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipathshape/_index.md index a182910b9c..32e5a81a48 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipathshape/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ipathshape/_index.md @@ -3,7 +3,7 @@ title: Interface IPathShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.IPathShape interface. The Shape from the knots of the Bezier curve type: docs -weight: 2780 +weight: 2790 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ipathshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/iplacedlayerresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/iplacedlayerresource/_index.md index ad42e8f08c..d0426d54e3 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/iplacedlayerresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/iplacedlayerresource/_index.md @@ -3,7 +3,7 @@ title: Interface IPlacedLayerResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.IPlacedLayerResource interface. Defines the IPlacedLayerResource interface that contains information about a placed layer in the PSD file. Is is a markup interface used to designate PlLd Sold and Sole resources in the Adobe Photoshop images. Is is used to support smart object layers in the Adobe Photoshop images type: docs -weight: 2790 +weight: 2800 url: /net/aspose.psd.fileformats.psd.layers.layerresources/iplacedlayerresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ismartobjectlayerresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ismartobjectlayerresource/_index.md index ccb75436d0..60e9644173 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ismartobjectlayerresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ismartobjectlayerresource/_index.md @@ -3,7 +3,7 @@ title: Interface ISmartObjectLayerResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ISmartObjectLayerResource interface. Defines the ISmartObjectLayerResource interface that contains information about a smart object layer resource in the PSD file. Is is also a markup interface used to designate both Sold and Sole resources in the Adobe Photoshop images type: docs -weight: 2800 +weight: 2810 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ismartobjectlayerresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/knkoresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/knkoresource/_index.md index 005c5d7509..1505563f61 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/knkoresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/knkoresource/_index.md @@ -3,7 +3,7 @@ title: Class KnkoResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.KnkoResource class. Class KnkoResource. This resource contains information about blending of clipped element type: docs -weight: 2840 +weight: 2850 url: /net/aspose.psd.fileformats.psd.layers.layerresources/knkoresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layerlocktype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layerlocktype/_index.md index 3154223ea4..10051d64df 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layerlocktype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layerlocktype/_index.md @@ -3,7 +3,7 @@ title: Enum LayerLockType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LayerLockType enum. Layer lock options type: docs -weight: 2850 +weight: 2860 url: /net/aspose.psd.fileformats.psd.layers.layerresources/layerlocktype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/_index.md index 2ee54e181f..05d7e5c170 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/_index.md @@ -3,7 +3,7 @@ title: Class LayerSectionResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LayerSectionResource class. The layer section resource type: docs -weight: 2860 +weight: 2870 url: /net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/ --- {{< psd/tize >}} @@ -12,7 +12,7 @@ url: /net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/ The layer section resource. ```csharp -public class LayerSectionResource : LayerResource +public class LayerSectionResource : BaseLayerSectionResource ``` ## Constructors @@ -25,19 +25,19 @@ public class LayerSectionResource : LayerResource | Name | Description | | --- | --- | -| [BlendModeKey](../../aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/blendmodekey/) { get; set; } | Gets or sets the blend mode key. | +| [BlendModeKey](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/) { get; set; } | Gets or sets the blend mode key. | | [Key](../../aspose.psd.fileformats.psd.layers/layerresource/key/) { get; } | Gets the layer resource key. | -| override [Length](../../aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/length/) { get; } | Gets the layer resource length in bytes. | +| override [Length](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/) { get; } | Gets the layer resource length in bytes. | | [PsdVersion](../../aspose.psd.fileformats.psd.layers/layerresource/psdversion/) { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. | -| [SectionType](../../aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/sectiontype/) { get; set; } | Gets or sets the section type. | +| [SectionType](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/) { get; set; } | Gets or sets the section type. | | virtual [Signature](../../aspose.psd.fileformats.psd.layers/layerresource/signature/) { get; } | Gets the signature. | -| [Subtype](../../aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/subtype/) { get; set; } | Gets or sets the subtype. | +| [Subtype](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/) { get; set; } | Gets or sets the subtype. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/save/)(StreamContainer, int) | Saves the resource to the specified stream container. | +| override [Save](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/)(StreamContainer, int) | Saves the resource to the specified stream container. | | override [ToString](../../aspose.psd.fileformats.psd.layers/layerresource/tostring/)() | Returns a String that represents this instance. | ## Fields @@ -48,7 +48,7 @@ public class LayerSectionResource : LayerResource ### See Also -* class [LayerResource](../../aspose.psd.fileformats.psd.layers/layerresource/) +* class [BaseLayerSectionResource](../baselayersectionresource/) * namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../aspose.psd.fileformats.psd.layers.layerresources/) * assembly [Aspose.PSD](../../) diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/typetoolkey/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/typetoolkey/_index.md index 7b4a71dbeb..901d5b0cd2 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/typetoolkey/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/typetoolkey/_index.md @@ -3,7 +3,7 @@ title: LayerSectionResource.TypeToolKey second_title: Aspose.PSD for .NET API Reference description: LayerSectionResource field. The type tool info key type: docs -weight: 70 +weight: 20 url: /net/aspose.psd.fileformats.psd.layers.layerresources/layersectionresource/typetoolkey/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionsubtype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionsubtype/_index.md index 34bbd8efa5..ad0c5028b7 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionsubtype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectionsubtype/_index.md @@ -3,7 +3,7 @@ title: Enum LayerSectionSubtype second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LayerSectionSubtype enum. The section subtype type: docs -weight: 2870 +weight: 2880 url: /net/aspose.psd.fileformats.psd.layers.layerresources/layersectionsubtype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectiontype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectiontype/_index.md index 7cae076a3a..b0d1edf43e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectiontype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/layersectiontype/_index.md @@ -3,7 +3,7 @@ title: Enum LayerSectionType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LayerSectionType enum. The layer section type type: docs -weight: 2880 +weight: 2890 url: /net/aspose.psd.fileformats.psd.layers.layerresources/layersectiontype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lclrresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lclrresource/_index.md index 3199ad8f59..fd37703ee7 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lclrresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lclrresource/_index.md @@ -3,7 +3,7 @@ title: Class LclrResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LclrResource class. Class LclrResource. This resource contains information about color of layer in layers list is PS. Its only type: docs -weight: 2890 +weight: 2900 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lclrresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/levelchannel/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/levelchannel/_index.md index cdb2039e0a..2688644c65 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/levelchannel/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/levelchannel/_index.md @@ -3,7 +3,7 @@ title: Class LevelChannel second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LevelChannel class. Class for working with channels in Levels Adjustment Layer type: docs -weight: 2900 +weight: 2910 url: /net/aspose.psd.fileformats.psd.layers.layerresources/levelchannel/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/levlresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/levlresource/_index.md index 192fdb8a7f..2c7e8ef000 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/levlresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/levlresource/_index.md @@ -3,7 +3,7 @@ title: Class LevlResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LevlResource class. Class LevlResource. Resource of Exposure Adjustment Layer type: docs -weight: 2910 +weight: 2920 url: /net/aspose.psd.fileformats.psd.layers.layerresources/levlresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lfx2resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lfx2resource/_index.md index 39cfe4a59c..2317b1b9c2 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lfx2resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lfx2resource/_index.md @@ -3,7 +3,7 @@ title: Class Lfx2Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lfx2Resource class. Lfx2 resource regular effects resource type: docs -weight: 2920 +weight: 2930 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lfx2resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifddatasource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifddatasource/_index.md index 08f39bbe53..b023f08264 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifddatasource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifddatasource/_index.md @@ -3,7 +3,7 @@ title: Class LiFdDataSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LiFdDataSource class. Defines the liFD data source class in PSD File that contains information about an embedded file. This is part of PSD File Format Manipulation API that helps to modify Adobe Photoshop files type: docs -weight: 2930 +weight: 2940 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lifddatasource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifedatasource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifedatasource/_index.md index a690b1e7cd..fa59f8549e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifedatasource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lifedatasource/_index.md @@ -3,7 +3,7 @@ title: Class LiFeDataSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LiFeDataSource class. Defines the LnkeDataSource class that contains information about external linked file. This is part of PSD File Format Manipulation API that helps to modify Adobe Photoshop files type: docs -weight: 2940 +weight: 2950 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lifedatasource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasource/_index.md index df105bac97..ab9d400d6a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasource/_index.md @@ -3,7 +3,7 @@ title: Class LinkDataSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LinkDataSource class. Defines the LinkDataSource class that contains information about a linked file or an asset in the PSD file type: docs -weight: 2950 +weight: 2960 url: /net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasourcetype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasourcetype/_index.md index cc35743f0f..857fd975ef 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasourcetype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasourcetype/_index.md @@ -3,7 +3,7 @@ title: Enum LinkDataSourceType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LinkDataSourceType enum. Defines the LinkDataSourceType enumeration for the data sources in the PSD link resource type: docs -weight: 2960 +weight: 2970 url: /net/aspose.psd.fileformats.psd.layers.layerresources/linkdatasourcetype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkresource/_index.md index 5cdd319560..5dfb28d2da 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/linkresource/_index.md @@ -3,7 +3,7 @@ title: Class LinkResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LinkResource class. Defines the LinkResource class that contains information about linked or embedded files in the PSD format image. The link resource may contain several LinkDataSource instances which can be accessed by indexers in any derived class type: docs -weight: 2970 +weight: 2980 url: /net/aspose.psd.fileformats.psd.layers.layerresources/linkresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lmskresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lmskresource/_index.md index 5e35e70d4d..d7f635db7d 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lmskresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lmskresource/_index.md @@ -3,7 +3,7 @@ title: Class LmskResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LmskResource class. The LMsk resource type: docs -weight: 2980 +weight: 2990 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lmskresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk2resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk2resource/_index.md index ab69b1516a..00b6f3aabc 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk2resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk2resource/_index.md @@ -3,7 +3,7 @@ title: Class Lnk2Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lnk2Resource class. Defines the class which contains information about embedded files in the PSD format image. The link resource may contain several LiFdDataSource instances which can be accessed by the indexer type: docs -weight: 2990 +weight: 3000 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lnk2resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk3resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk3resource/_index.md index df8760dc32..1d6841fee8 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk3resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnk3resource/_index.md @@ -3,7 +3,7 @@ title: Class Lnk3Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lnk3Resource class. Defines the class which contains information about an embedded file in the PSD format 32 bit per channel image. The link resource may contain several LiFdDataSource instances which can be accessed by indexer type: docs -weight: 3000 +weight: 3010 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lnk3resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnkeresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnkeresource/_index.md index 710939e290..f474a2369f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnkeresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnkeresource/_index.md @@ -3,7 +3,7 @@ title: Class LnkeResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LnkeResource class. Defines the LnkeResource class that contains information about external linked files or assets in the PSD format image. The link resource may contain several LiFeDataSource instances which can be accessed by indexer. This is a part of PSD File Format Manipulation API that helps to modify Adobe Photoshop files programmatically type: docs -weight: 3010 +weight: 3020 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lnkeresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresource/_index.md index 07fd87c350..dc38850e0b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresource/_index.md @@ -3,7 +3,7 @@ title: Class LnsrResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LnsrResource class. Class lnsrResource type: docs -weight: 3020 +weight: 3030 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresourcetype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresourcetype/_index.md index 3d6d1675ee..0bdd936a96 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresourcetype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresourcetype/_index.md @@ -3,7 +3,7 @@ title: Enum LnsrResourceType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LnsrResourceType enum. Discovered Possible Lnsr Resource Types type: docs -weight: 3030 +weight: 3040 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lnsrresourcetype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr16resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr16resource/_index.md index 79d10f174e..16b971d065 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr16resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr16resource/_index.md @@ -3,7 +3,7 @@ title: Class Lr16Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lr16Resource class. The lr16 resource type: docs -weight: 3040 +weight: 3050 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lr16resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr32resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr32resource/_index.md index 5398660ed0..8c4b1ca713 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr32resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lr32resource/_index.md @@ -3,7 +3,7 @@ title: Class Lr32Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Lr32Resource class. The lr32 resource type: docs -weight: 3050 +weight: 3060 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lr32resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lrxxresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lrxxresource/_index.md index f5140c1875..85bc74fa3b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lrxxresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lrxxresource/_index.md @@ -3,7 +3,7 @@ title: Class LrXxResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LrXxResource class. The lrXX resource type: docs -weight: 3060 +weight: 3070 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lrxxresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md index e31b337676..d8aa6831d0 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/_index.md @@ -3,7 +3,7 @@ title: Class LsdkResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LsdkResource class. The lsdk layer resource nested layer section resource type: docs -weight: 3070 +weight: 3080 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/ --- {{< psd/tize >}} @@ -12,7 +12,7 @@ url: /net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/ The lsdk layer resource (nested layer section resource). ```csharp -public class LsdkResource : LayerResource +public class LsdkResource : BaseLayerSectionResource ``` ## Constructors @@ -25,19 +25,19 @@ public class LsdkResource : LayerResource | Name | Description | | --- | --- | -| [BlendModeKey](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/blendmodekey/) { get; set; } | Gets or sets the blend mode key. | +| [BlendModeKey](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/blendmodekey/) { get; set; } | Gets or sets the blend mode key. | | [Key](../../aspose.psd.fileformats.psd.layers/layerresource/key/) { get; } | Gets the layer resource key. | -| override [Length](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/length/) { get; } | Gets the layer resource length in bytes. | +| override [Length](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/length/) { get; } | Gets the layer resource length in bytes. | | [PsdVersion](../../aspose.psd.fileformats.psd.layers/layerresource/psdversion/) { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. | -| [SectionType](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/sectiontype/) { get; set; } | Gets or sets the section type. | +| [SectionType](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/sectiontype/) { get; set; } | Gets or sets the section type. | | virtual [Signature](../../aspose.psd.fileformats.psd.layers/layerresource/signature/) { get; } | Gets the signature. | -| [Subtype](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/subtype/) { get; set; } | Gets or sets the subtype. | +| [Subtype](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/subtype/) { get; set; } | Gets or sets the subtype. | ## Methods | Name | Description | | --- | --- | -| override [Save](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/save/)(StreamContainer, int) | Saves the resource to the specified stream container. | +| override [Save](../../aspose.psd.fileformats.psd.layers.layerresources/baselayersectionresource/save/)(StreamContainer, int) | Saves the resource to the specified stream container. | | override [ToString](../../aspose.psd.fileformats.psd.layers/layerresource/tostring/)() | Returns a String that represents this instance. | ## Fields @@ -46,9 +46,40 @@ public class LsdkResource : LayerResource | --- | --- | | const [TypeToolKey](../../aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/) | The type tool info key. | +## Examples + +The following code demonstrates support of LsdkResource. + +```csharp +[C#] + +void AssertAreEqual(object expected, object actual, string message = null) +{ + if (!object.Equals(expected, actual)) + { + throw new FormatException(message ?? "Objects are not equal."); + } +} + +string srcFile = "123 1.psd"; +string outFile = "output.psd"; + +using (var psdImage = (PsdImage)Image.Load(srcFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); + psdImage.Save(outFile); +} + +// check after saving +using (var psdImage = (PsdImage)Image.Load(outFile, new PsdLoadOptions() { LoadEffectsResource = true })) +{ + AssertAreEqual((psdImage.Layers[8].Resources[3] as LsdkResource).Length, 4); +} +``` + ### See Also -* class [LayerResource](../../aspose.psd.fileformats.psd.layers/layerresource/) +* class [BaseLayerSectionResource](../baselayersectionresource/) * namespace [Aspose.PSD.FileFormats.Psd.Layers.LayerResources](../../aspose.psd.fileformats.psd.layers.layerresources/) * assembly [Aspose.PSD](../../) diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/_index.md index 11d44d5a89..7795693e01 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/_index.md @@ -3,7 +3,7 @@ title: LsdkResource.TypeToolKey second_title: Aspose.PSD for .NET API Reference description: LsdkResource field. The type tool info key type: docs -weight: 70 +weight: 20 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lsdkresource/typetoolkey/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md index c6f20caec5..7ed31e3015 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lspfresource/_index.md @@ -3,7 +3,7 @@ title: Class LspfResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LspfResource class. Layer protected settings type: docs -weight: 3080 +weight: 3090 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lspfresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md index 20d1a972dc..b47576fbab 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/luniresource/_index.md @@ -3,7 +3,7 @@ title: Class LuniResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LuniResource class. Layer name resource type: docs -weight: 3090 +weight: 3100 url: /net/aspose.psd.fileformats.psd.layers.layerresources/luniresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md index a9633c8a7b..0f8f74977e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyidresource/_index.md @@ -3,7 +3,7 @@ title: Class LyidResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LyidResource class. Class LyidResource type: docs -weight: 3100 +weight: 3110 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lyidresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md index e677529031..99d5c0aeec 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/_index.md @@ -3,7 +3,7 @@ title: Class LyvrResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LyvrResource class. The resource to represents photoshop version of Layer type: docs -weight: 3110 +weight: 3120 url: /net/aspose.psd.fileformats.psd.layers.layerresources/lyvrresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md index 5dce2d6ca2..8aca0c9eed 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/mixrresource/_index.md @@ -3,7 +3,7 @@ title: Class MixrResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.MixrResource class. Class MixrResource. Resource of Channel Mixer Adjustment Layer type: docs -weight: 3120 +weight: 3130 url: /net/aspose.psd.fileformats.psd.layers.layerresources/mixrresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md index 8f81ebeb6f..5758beddbf 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/mlstresource/_index.md @@ -3,7 +3,7 @@ title: Class MlstResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.MlstResource class. The mlst resource. This class among other things contains information about the position of the layer on the timeline type: docs -weight: 3130 +weight: 3140 url: /net/aspose.psd.fileformats.psd.layers.layerresources/mlstresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md index 6280121802..8407ccd437 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/_index.md @@ -3,7 +3,7 @@ title: Class NvrtResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.NvrtResource class. Class NvrtResource. Resource of Invert Adjustment Layer type: docs -weight: 3140 +weight: 3150 url: /net/aspose.psd.fileformats.psd.layers.layerresources/nvrtresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md index 43b0039457..b8c640906e 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/_index.md @@ -3,7 +3,7 @@ title: Class OSTypeStructure second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.OSTypeStructure class. Represents the OS type structure type: docs -weight: 3150 +weight: 3160 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructure/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md index 1c2fb67d3e..14adac6d22 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/_index.md @@ -3,7 +3,7 @@ title: Class OSTypeStructuresRegistry second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.OSTypeStructuresRegistry class. Represents the OSTypeStructure resources registry type: docs -weight: 3160 +weight: 3170 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ostypestructuresregistry/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pathshape/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pathshape/_index.md index c97cee87df..32b37fff92 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pathshape/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pathshape/_index.md @@ -3,7 +3,7 @@ title: Class PathShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PathShape class. The figure from the knots of the Bezier curve type: docs -weight: 3170 +weight: 3180 url: /net/aspose.psd.fileformats.psd.layers.layerresources/pathshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md index ade2b86845..cdfa5cf0da 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresource/_index.md @@ -3,7 +3,7 @@ title: Class PattResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PattResource class. Class PattResource. Resource with pattern data type: docs -weight: 3180 +weight: 3190 url: /net/aspose.psd.fileformats.psd.layers.layerresources/pattresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md index 37de860040..8f1b015f0c 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/_index.md @@ -3,7 +3,7 @@ title: Class PattResourceData second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PattResourceData class. The class to store the pattern data for PattResource resource type: docs -weight: 3190 +weight: 3200 url: /net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/ --- {{< psd/tize >}} @@ -39,7 +39,7 @@ public sealed class PattResourceData | Name | Description | | --- | --- | | [Save](../../aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/save/)(StreamContainer) | Saves the pattern data. | -| [SetPattern](../../aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/)(int[], Rectangle) | Sets the pattern. | +| [SetPattern](../../aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/)(int[], Rectangle) | Sets the pattern pixel buffer and target size, updates [`Width`](./width/) / [`Height`](./height/), and stores the data for saving using the default compression mode (0). | ### See Also diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/_index.md index 5925d6b695..529ae61f91 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/_index.md @@ -1,7 +1,7 @@ --- title: PattResourceData.SetPattern second_title: Aspose.PSD for .NET API Reference -description: PattResourceData method. Sets the pattern +description: PattResourceData method. Sets the pattern pixel buffer and target size updates Width / Height and stores the data for saving using the default compression mode 0 type: docs weight: 110 url: /net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setpattern/ @@ -9,7 +9,7 @@ url: /net/aspose.psd.fileformats.psd.layers.layerresources/pattresourcedata/setp {{< psd/tize >}} ## PattResourceData.SetPattern method -Sets the pattern. +Sets the pattern pixel buffer and target size, updates [`Width`](../width/) / [`Height`](../height/), and stores the data for saving using the default compression mode (0). ```csharp public void SetPattern(int[] pixels, Rectangle bounds) @@ -17,14 +17,14 @@ public void SetPattern(int[] pixels, Rectangle bounds) | Parameter | Type | Description | | --- | --- | --- | -| pixels | Int32[] | The pixels. | -| bounds | Rectangle | The bounds. | +| pixels | Int32[] | 32-bit pixels in `0xAARRGGBB` format. | +| bounds | Rectangle | Pixel bounds of the pattern. | ### Exceptions | exception | condition | | --- | --- | -| [PsdImageArgumentException](../../../aspose.psd.coreexceptions.imageformats/psdimageargumentexception/) | Pixels array length must be equal to bounds area | +| [PsdImageArgumentException](../../../aspose.psd.coreexceptions.imageformats/psdimageargumentexception/) | Pixels array length must be equal to bounds area. | ### See Also diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md index 07c459d382..9fa5804cc8 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresource/_index.md @@ -3,7 +3,7 @@ title: Class PhflResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PhflResource class. Class PhflResource. Resource of Exposure Adjustment Layer 2 Version 3 or 2 12 4 bytes each for XYZ colorOnly in Version 3 10 2 bytes color space followed by 4 2 bytes color componentOnly in Version 2 4 Density 1 Preserve Luminosity type: docs -weight: 3200 +weight: 3210 url: /net/aspose.psd.fileformats.psd.layers.layerresources/phflresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md index f731ed363e..e4d33c4dbf 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/_index.md @@ -3,7 +3,7 @@ title: Class PhflResourceVersion2 second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PhflResourceVersion2 class. Class PhflResource. Resource of Exposure Adjustment Layer 2 Version 3 or 2 12 4 bytes each for XYZ colorOnly in Version 3 10 2 bytes color space followed by 4 2 bytes color componentOnly in Version 2 4 Density 1 Preserve Luminosity type: docs -weight: 3210 +weight: 3220 url: /net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion2/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md index 9022891ca4..3b49e9d0f4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/_index.md @@ -3,7 +3,7 @@ title: Class PhflResourceVersion3 second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PhflResourceVersion3 class. Class PhflResource. Resource of Exposure Adjustment Layer 2 Version 3 or 2 12 4 bytes each for XYZ colorOnly in Version 3 10 2 bytes color space followed by 4 2 bytes color componentOnly in Version 2 4 Density 1 Preserve Luminosity type: docs -weight: 3220 +weight: 3230 url: /net/aspose.psd.fileformats.psd.layers.layerresources/phflresourceversion3/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedlayertype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedlayertype/_index.md index 89b6ab3c3d..872db2a86f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedlayertype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedlayertype/_index.md @@ -3,7 +3,7 @@ title: Enum PlacedLayerType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PlacedLayerType enum. Defines the PlacedLayerType enumeration for the placed layer PlLd resource type: docs -weight: 3240 +weight: 3250 url: /net/aspose.psd.fileformats.psd.layers.layerresources/placedlayertype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedresource/_index.md index 739267b841..390962f5ce 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/placedresource/_index.md @@ -3,7 +3,7 @@ title: Class PlacedResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PlacedResource class. Defines the PlacedResource class that contains common information about a placed layer or a smart object layer in the PSD file. Is is used to support smart object layers in the Adobe Photoshop images type: docs -weight: 3250 +weight: 3260 url: /net/aspose.psd.fileformats.psd.layers.layerresources/placedresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/plldresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/plldresource/_index.md index efdad2a0be..48dd7d2afa 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/plldresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/plldresource/_index.md @@ -3,7 +3,7 @@ title: Class PlLdResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PlLdResource class. Defines the PlLdResource class that contains information about a placed layer in the PSD file. Is is used to support smart object layers in the Adobe Photoshop images. It was replaced by SoLdResource in the Adobe Photoshop CS3 type: docs -weight: 3230 +weight: 3240 url: /net/aspose.psd.fileformats.psd.layers.layerresources/plldresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md index 33015d0422..094a23423b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/postresource/_index.md @@ -3,7 +3,7 @@ title: Class PostResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PostResource class. Class PostResource. Posterize layer settings type: docs -weight: 3260 +weight: 3270 url: /net/aspose.psd.fileformats.psd.layers.layerresources/postresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md index 293f301fb9..a8688efcf4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/ptflresource/_index.md @@ -3,7 +3,7 @@ title: Class PtFlResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.PtFlResource class. Class PtFlResource. Contains Pattern Fill Layer Data type: docs -weight: 3270 +weight: 3280 url: /net/aspose.psd.fileformats.psd.layers.layerresources/ptflresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md index d1cd2e4d96..e9cf8f1c9d 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/_index.md @@ -3,7 +3,7 @@ title: Enum SheetColorHighlightEnum second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SheetColorHighlightEnum enum. Possible colors of Sheet color setting. Its UI decorative color of layer in layers list in PS type: docs -weight: 3280 +weight: 3290 url: /net/aspose.psd.fileformats.psd.layers.layerresources/sheetcolorhighlightenum/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md index 7f90a62b3a..8d454c6d33 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/shmdresource/_index.md @@ -3,7 +3,7 @@ title: Class ShmdResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.ShmdResource class. Class ShmdResource. Metadata settings type: docs -weight: 3290 +weight: 3300 url: /net/aspose.psd.fileformats.psd.layers.layerresources/shmdresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartobjectresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartobjectresource/_index.md index 26cf078561..4e924128fd 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartobjectresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartobjectresource/_index.md @@ -3,7 +3,7 @@ title: Class SmartObjectResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SmartObjectResource class. Defines the SmartObjectResource class that contains information about a smart object layer in a PSD file. Is is the base class for Sold and Sole resources that is used to support smart object layers in the Adobe Photoshop images type: docs -weight: 3300 +weight: 3310 url: /net/aspose.psd.fileformats.psd.layers.layerresources/smartobjectresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartresourcecreator/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartresourcecreator/_index.md index bf271c4a15..6832ed00c3 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartresourcecreator/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/smartresourcecreator/_index.md @@ -3,7 +3,7 @@ title: Class SmartResourceCreator second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SmartResourceCreator class. Defines the SmartResourceCreator class that can create PlLd SoLd and SoLe resources. Is is used to support smart object layers in the Adobe Photoshop images type: docs -weight: 3310 +weight: 3320 url: /net/aspose.psd.fileformats.psd.layers.layerresources/smartresourcecreator/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md index 451b6be3dd..512b81226b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/socoresource/_index.md @@ -3,7 +3,7 @@ title: Class SoCoResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SoCoResource class. Class SoCoResource. This resource contains information about Color Fill Layers type: docs -weight: 3320 +weight: 3330 url: /net/aspose.psd.fileformats.psd.layers.layerresources/socoresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/soldresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/soldresource/_index.md index 12653a2400..2b7aedbbc3 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/soldresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/soldresource/_index.md @@ -3,7 +3,7 @@ title: Class SoLdResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SoLdResource class. Defines the SoLdResource class that contains information about a smart object layer in a PSD file. Is used to support smart object layers in the Adobe Photoshop images type: docs -weight: 3330 +weight: 3340 url: /net/aspose.psd.fileformats.psd.layers.layerresources/soldresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/soleresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/soleresource/_index.md index 4cfe8232cd..54c94f3747 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/soleresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/soleresource/_index.md @@ -3,7 +3,7 @@ title: Class SoLeResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.SoLeResource class. Defines the SoLeResource class that contains information about a smart object layer in a PSD file. Is is used to support smart object layers with external file links in the Adobe Photoshop images type: docs -weight: 3340 +weight: 3350 url: /net/aspose.psd.fileformats.psd.layers.layerresources/soleresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md index b9c0d2baa6..68dfefae9c 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/txt2resource/_index.md @@ -3,7 +3,7 @@ title: Class Txt2Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.Txt2Resource class. Txt2 resource class type: docs -weight: 3410 +weight: 3420 url: /net/aspose.psd.fileformats.psd.layers.layerresources/txt2resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md index ac86f9c052..80648e9334 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/_index.md @@ -3,7 +3,7 @@ title: Class TypeToolFontInfo second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolFontInfo class. Contains information about type tool font type: docs -weight: 3420 +weight: 3430 url: /net/aspose.psd.fileformats.psd.layers.layerresources/typetoolfontinfo/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md index 5ee0a5cf67..513dbe3523 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/_index.md @@ -3,7 +3,7 @@ title: Class TypeToolInfo6Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfo6Resource class. The type tool information. For PSD version higher or equal to the 6.0 type: docs -weight: 3430 +weight: 3440 url: /net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinfo6resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md index a072c03084..a94a2bf956 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/_index.md @@ -3,7 +3,7 @@ title: Class TypeToolInfoResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolInfoResource class. The type tool information. For PSD version lower than 6.0 type: docs -weight: 3440 +weight: 3450 url: /net/aspose.psd.fileformats.psd.layers.layerresources/typetoolinforesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md index d44ae54c07..bf1b5cc4e4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/_index.md @@ -3,7 +3,7 @@ title: Class TypeToolLineInfo second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolLineInfo class. Type tool line info type: docs -weight: 3660 +weight: 3670 url: /net/aspose.psd.fileformats.psd.layers.layerresources/typetoollineinfo/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md index dfefb22cf0..96d6553698 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/_index.md @@ -3,7 +3,7 @@ title: Class TypeToolStyleInfo second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.TypeToolStyleInfo class. Type tool style information type: docs -weight: 3670 +weight: 3680 url: /net/aspose.psd.fileformats.psd.layers.layerresources/typetoolstyleinfo/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md index 40be24c02f..2807d3eebc 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/unknownresource/_index.md @@ -3,7 +3,7 @@ title: Class UnknownResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.UnknownResource class. The unknown resource type: docs -weight: 3680 +weight: 3690 url: /net/aspose.psd.fileformats.psd.layers.layerresources/unknownresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpath/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpath/_index.md index 24ab882123..0da48e4eae 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpath/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpath/_index.md @@ -3,7 +3,7 @@ title: Class VectorPath second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VectorPath class. The class that contains vector paths type: docs -weight: 3690 +weight: 3700 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vectorpath/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpathdataresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpathdataresource/_index.md index 6dfe11a7d1..24a9643c84 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpathdataresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vectorpathdataresource/_index.md @@ -3,7 +3,7 @@ title: Class VectorPathDataResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VectorPathDataResource class. Class VectorPathDataResource. This resource contains information about vector layer mask type: docs -weight: 3700 +weight: 3710 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vectorpathdataresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md index 75f2afd372..0bb6c56d3a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vibaresource/_index.md @@ -3,7 +3,7 @@ title: Class VibAResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VibAResource class. VibA Resource type: docs -weight: 3710 +weight: 3720 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vibaresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vmskresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vmskresource/_index.md index 4099bda872..80a98648a4 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vmskresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vmskresource/_index.md @@ -3,7 +3,7 @@ title: Class VmskResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VmskResource class. Class VmskResource. This resource contains information about vector layer mask type: docs -weight: 3720 +weight: 3730 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vmskresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vogkresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vogkresource/_index.md index 4b1ae3006b..16cf796d1d 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vogkresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vogkresource/_index.md @@ -3,7 +3,7 @@ title: Class VogkResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VogkResource class. The Vector Origination Data resource type: docs -weight: 3730 +weight: 3740 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vogkresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vsmsresource/_index.md b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vsmsresource/_index.md index b13875f8e5..ab38fd97ff 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.layerresources/vsmsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.layerresources/vsmsresource/_index.md @@ -3,7 +3,7 @@ title: Class VsmsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.VsmsResource class. Class VsmsResource. This resource contains information about vector layer mask type: docs -weight: 3740 +weight: 3750 url: /net/aspose.psd.fileformats.psd.layers.layerresources/vsmsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md index bced93314f..249e6103ba 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/_index.md @@ -3,7 +3,7 @@ title: Interface ISmartFilterRenderer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.Rendering.ISmartFilterRenderer interface. The interface for a specific smart filter renderer type: docs -weight: 3820 +weight: 3830 url: /net/aspose.psd.fileformats.psd.layers.smartfilters.rendering/ismartfilterrenderer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/addnoisesmartfilter/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/addnoisesmartfilter/_index.md index 2ac913b5f6..7e8dade0bb 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/addnoisesmartfilter/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/addnoisesmartfilter/_index.md @@ -3,7 +3,7 @@ title: Class AddNoiseSmartFilter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.AddNoiseSmartFilter class. The AddNoise smart filter type: docs -weight: 3790 +weight: 3800 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/addnoisesmartfilter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/gaussianblursmartfilter/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/gaussianblursmartfilter/_index.md index d6017b3a9c..1b4ec38f5a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/gaussianblursmartfilter/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/gaussianblursmartfilter/_index.md @@ -3,7 +3,7 @@ title: Class GaussianBlurSmartFilter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.GaussianBlurSmartFilter class. The GaussianBlur smart filter type: docs -weight: 3800 +weight: 3810 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/gaussianblursmartfilter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/noisedistribution/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/noisedistribution/_index.md index de0121c7be..45d04b8823 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/noisedistribution/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/noisedistribution/_index.md @@ -3,7 +3,7 @@ title: Enum NoiseDistribution second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.NoiseDistribution enum. The distribution of noise filter type: docs -weight: 3810 +weight: 3820 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/noisedistribution/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/sharpensmartfilter/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/sharpensmartfilter/_index.md index 58354310f1..1435b35fb0 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/sharpensmartfilter/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/sharpensmartfilter/_index.md @@ -3,7 +3,7 @@ title: Class SharpenSmartFilter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.SharpenSmartFilter class. The Sharpen smart filter type: docs -weight: 3830 +weight: 3840 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/sharpensmartfilter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilter/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilter/_index.md index 341377e068..fb295587b9 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilter/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilter/_index.md @@ -3,7 +3,7 @@ title: Class SmartFilter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.SmartFilter class. The class to process a base logic of smart filters type: docs -weight: 3840 +weight: 3850 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilters/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilters/_index.md index ef247b6b7d..66185c05e8 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilters/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilters/_index.md @@ -3,7 +3,7 @@ title: Class SmartFilters second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.SmartFilters class. The smart filters of SmartObjectLayer type: docs -weight: 3850 +weight: 3860 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/smartfilters/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/unknownsmartfilter/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/unknownsmartfilter/_index.md index b51b316a2c..8bd14f9e31 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartfilters/unknownsmartfilter/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartfilters/unknownsmartfilter/_index.md @@ -3,7 +3,7 @@ title: Class UnknownSmartFilter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartFilters.UnknownSmartFilter class. The class to hold unknown smart filter data type: docs -weight: 3860 +weight: 3870 url: /net/aspose.psd.fileformats.psd.layers.smartfilters/unknownsmartfilter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md index 03033938d2..c1382ef326 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/_index.md @@ -3,7 +3,7 @@ title: Class SmartObjectLayer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartObjects.SmartObjectLayer class. Defines the SmartObjectLayer class that contains embedded in the PSD file or linked smart object in the external file. With Smart Objects you can Perform nondestructive transforms. You can scale rotate skew distort perspective transform or warp a layer without losing original image data or quality because the transforms dont affect the original data. Work with vector data such as vector artwork from Illustrator that otherwise would be rasterized. Perform nondestructive filtering. You can edit filters applied to Smart Objects at any time. Edit one Smart Object and automatically update all its linked instances. Apply a layer mask thats either linked or unlinked to the Smart Object layer. Try various designs with lowresolution placeholder images that you later replace with final versions. In Adobe Photoshop you can embed the contents of an image into a PSD document. More information is here https//helpx.adobe.com/photoshop/using/createsmartobjects.html A layer with an embedded smart object contains placed PlLd and SoLd resources with smart object properties. The PlLd resource can be alone for PSD versions older then 10. These resources contain UniqueId of the LiFdDataSource in the global Lnk2Resource with the embedded filename and other parameters including the embedded file contents in the original format as a byte array type: docs -weight: 3870 +weight: 3880 url: /net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjectlayer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjecttype/_index.md b/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjecttype/_index.md index ae4c292c4a..d791a73a7b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjecttype/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjecttype/_index.md @@ -3,7 +3,7 @@ title: Enum SmartObjectType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SmartObjects.SmartObjectType enum. Defines the SmartObjectType enumeration for smart object content type type: docs -weight: 3880 +weight: 3890 url: /net/aspose.psd.fileformats.psd.layers.smartobjects/smartobjecttype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.text/itext/_index.md b/english/net/aspose.psd.fileformats.psd.layers.text/itext/_index.md index 030d7f045b..dc409d5a22 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.text/itext/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.text/itext/_index.md @@ -3,7 +3,7 @@ title: Interface IText second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Text.IText interface. Interface for Text Editing for Text Layers type: docs -weight: 3890 +weight: 3900 url: /net/aspose.psd.fileformats.psd.layers.text/itext/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.text/itextparagraph/_index.md b/english/net/aspose.psd.fileformats.psd.layers.text/itextparagraph/_index.md index 0a5961ff68..856b0a3a0f 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.text/itextparagraph/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.text/itextparagraph/_index.md @@ -3,7 +3,7 @@ title: Interface ITextParagraph second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Text.ITextParagraph interface. The interface to work with paragraph type: docs -weight: 3900 +weight: 3910 url: /net/aspose.psd.fileformats.psd.layers.text/itextparagraph/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.text/itextportion/_index.md b/english/net/aspose.psd.fileformats.psd.layers.text/itextportion/_index.md index 3c242e5279..60bfa94752 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.text/itextportion/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.text/itextportion/_index.md @@ -3,7 +3,7 @@ title: Interface ITextPortion second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Text.ITextPortion interface. Interface to manipulate text portions type: docs -weight: 3910 +weight: 3920 url: /net/aspose.psd.fileformats.psd.layers.text/itextportion/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.text/itextstyle/_index.md b/english/net/aspose.psd.fileformats.psd.layers.text/itextstyle/_index.md index 598691d641..8ce3bd840b 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.text/itextstyle/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.text/itextstyle/_index.md @@ -3,7 +3,7 @@ title: Interface ITextStyle second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Text.ITextStyle interface. Interface to work with Text Style type: docs -weight: 3920 +weight: 3930 url: /net/aspose.psd.fileformats.psd.layers.text/itextstyle/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.text/textfontinfo/_index.md b/english/net/aspose.psd.fileformats.psd.layers.text/textfontinfo/_index.md index 8bc89555ce..f8f322d7f5 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.text/textfontinfo/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.text/textfontinfo/_index.md @@ -3,7 +3,7 @@ title: Class TextFontInfo second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Text.TextFontInfo class. Represents the information about font. This class cannot be inherited type: docs -weight: 3930 +weight: 3940 url: /net/aspose.psd.fileformats.psd.layers.text/textfontinfo/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.warp/renderquality/_index.md b/english/net/aspose.psd.fileformats.psd.layers.warp/renderquality/_index.md index 7dd1f72237..62f7888779 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.warp/renderquality/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.warp/renderquality/_index.md @@ -3,7 +3,7 @@ title: Enum RenderQuality second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Warp.RenderQuality enum. It describes the rendering quality of Warp type: docs -weight: 3950 +weight: 3960 url: /net/aspose.psd.fileformats.psd.layers.warp/renderquality/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.warp/warprotates/_index.md b/english/net/aspose.psd.fileformats.psd.layers.warp/warprotates/_index.md index 20910e5dce..264eb8f04a 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.warp/warprotates/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.warp/warprotates/_index.md @@ -3,7 +3,7 @@ title: Enum WarpRotates second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Warp.WarpRotates enum. Types of warp rotation type: docs -weight: 3960 +weight: 3970 url: /net/aspose.psd.fileformats.psd.layers.warp/warprotates/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.warp/warpsettings/_index.md b/english/net/aspose.psd.fileformats.psd.layers.warp/warpsettings/_index.md index 349344da3a..e863611d58 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.warp/warpsettings/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.warp/warpsettings/_index.md @@ -3,7 +3,7 @@ title: Class WarpSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Warp.WarpSettings class. Parameters of layer with warp type: docs -weight: 3970 +weight: 3980 url: /net/aspose.psd.fileformats.psd.layers.warp/warpsettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers.warp/warpstyles/_index.md b/english/net/aspose.psd.fileformats.psd.layers.warp/warpstyles/_index.md index 8e7de864ef..8ce94f11c5 100644 --- a/english/net/aspose.psd.fileformats.psd.layers.warp/warpstyles/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers.warp/warpstyles/_index.md @@ -3,7 +3,7 @@ title: Enum WarpStyles second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.Warp.WarpStyles enum. Types of support warp styles supported type: docs -weight: 3980 +weight: 3990 url: /net/aspose.psd.fileformats.psd.layers.warp/warpstyles/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers/layerresourcesregistry/_index.md b/english/net/aspose.psd.fileformats.psd.layers/layerresourcesregistry/_index.md index dd24ed629d..4a991b70e2 100644 --- a/english/net/aspose.psd.fileformats.psd.layers/layerresourcesregistry/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers/layerresourcesregistry/_index.md @@ -3,7 +3,7 @@ title: Class LayerResourcesRegistry second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesRegistry class. Define the layer resources registry for PSD files loading type: docs -weight: 3750 +weight: 3760 url: /net/aspose.psd.fileformats.psd.layers/layerresourcesregistry/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers/linkedlayersmanager/_index.md b/english/net/aspose.psd.fileformats.psd.layers/linkedlayersmanager/_index.md index bd69b92c9a..9af62acd73 100644 --- a/english/net/aspose.psd.fileformats.psd.layers/linkedlayersmanager/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers/linkedlayersmanager/_index.md @@ -3,7 +3,7 @@ title: Class LinkedLayersManager second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.LinkedLayersManager class. Linked layers manager class type: docs -weight: 3760 +weight: 3770 url: /net/aspose.psd.fileformats.psd.layers/linkedlayersmanager/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers/sectiondividerlayer/_index.md b/english/net/aspose.psd.fileformats.psd.layers/sectiondividerlayer/_index.md index f474d0aa8d..0387e91afe 100644 --- a/english/net/aspose.psd.fileformats.psd.layers/sectiondividerlayer/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers/sectiondividerlayer/_index.md @@ -3,7 +3,7 @@ title: Class SectionDividerLayer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.SectionDividerLayer class. The section divider layer to mark the bounds of the folder layer group type: docs -weight: 3770 +weight: 3780 url: /net/aspose.psd.fileformats.psd.layers/sectiondividerlayer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers/shapelayer/_index.md b/english/net/aspose.psd.fileformats.psd.layers/shapelayer/_index.md index 1b9628a9d1..adab9c78a5 100644 --- a/english/net/aspose.psd.fileformats.psd.layers/shapelayer/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers/shapelayer/_index.md @@ -3,7 +3,7 @@ title: Class ShapeLayer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.ShapeLayer class. Shape layer. Encapsulates the logic of work with Shape layer and related resources type: docs -weight: 3780 +weight: 3790 url: /net/aspose.psd.fileformats.psd.layers/shapelayer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.layers/textlayer/_index.md b/english/net/aspose.psd.fileformats.psd.layers/textlayer/_index.md index 3ee84ef90d..ea676c2884 100644 --- a/english/net/aspose.psd.fileformats.psd.layers/textlayer/_index.md +++ b/english/net/aspose.psd.fileformats.psd.layers/textlayer/_index.md @@ -3,7 +3,7 @@ title: Class TextLayer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Layers.TextLayer class. The text layer class type: docs -weight: 3940 +weight: 3950 url: /net/aspose.psd.fileformats.psd.layers/textlayer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources.enums/colorspace/_index.md b/english/net/aspose.psd.fileformats.psd.resources.enums/colorspace/_index.md index 74be34be54..3a5bfadd26 100644 --- a/english/net/aspose.psd.fileformats.psd.resources.enums/colorspace/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources.enums/colorspace/_index.md @@ -3,7 +3,7 @@ title: Enum ColorSpace second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.Enums.ColorSpace enum. The color space types type: docs -weight: 4120 +weight: 4130 url: /net/aspose.psd.fileformats.psd.resources.enums/colorspace/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/physicalunit/_index.md b/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/physicalunit/_index.md index 4a1469b71e..dd5c184c54 100644 --- a/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/physicalunit/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/physicalunit/_index.md @@ -3,7 +3,7 @@ title: Enum PhysicalUnit second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ResolutionEnums.PhysicalUnit enum. The resoulutionInfo physical unit enum type: docs -weight: 4290 +weight: 4300 url: /net/aspose.psd.fileformats.psd.resources.resolutionenums/physicalunit/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/resolutionunit/_index.md b/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/resolutionunit/_index.md index b2c9b5b71e..77e5a9a46a 100644 --- a/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/resolutionunit/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources.resolutionenums/resolutionunit/_index.md @@ -3,7 +3,7 @@ title: Enum ResolutionUnit second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ResolutionEnums.ResolutionUnit enum. The resolution info resolution unit type: docs -weight: 4300 +weight: 4310 url: /net/aspose.psd.fileformats.psd.resources.resolutionenums/resolutionunit/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/animateddatasectionresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/animateddatasectionresource/_index.md index 6b33888c9f..914efa72ff 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/animateddatasectionresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/animateddatasectionresource/_index.md @@ -3,7 +3,7 @@ title: Class AnimatedDataSectionResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.AnimatedDataSectionResource class. The Animated Data Section PlugIn resource type: docs -weight: 4050 +weight: 4060 url: /net/aspose.psd.fileformats.psd.resources/animateddatasectionresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/backgroundcolorresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/backgroundcolorresource/_index.md index 7a97abfebb..d460285007 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/backgroundcolorresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/backgroundcolorresource/_index.md @@ -3,7 +3,7 @@ title: Class BackgroundColorResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.BackgroundColorResource class. The resource with border information of image print settings type: docs -weight: 4060 +weight: 4070 url: /net/aspose.psd.fileformats.psd.resources/backgroundcolorresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/borderinformationresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/borderinformationresource/_index.md index 97531d34aa..fe0ffb9aa4 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/borderinformationresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/borderinformationresource/_index.md @@ -3,7 +3,7 @@ title: Class BorderInformationResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.BorderInformationResource class. The resource with border information of image print settings type: docs -weight: 4070 +weight: 4080 url: /net/aspose.psd.fileformats.psd.resources/borderinformationresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/captiondigestresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/captiondigestresource/_index.md index 76bbc40e00..88ed83a33a 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/captiondigestresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/captiondigestresource/_index.md @@ -3,7 +3,7 @@ title: Class CaptionDigestResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.CaptionDigestResource class. CaptionDigest resource type: docs -weight: 4080 +weight: 4090 url: /net/aspose.psd.fileformats.psd.resources/captiondigestresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/colorhalftoneinformationresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/colorhalftoneinformationresource/_index.md index 41fc6a039d..d38f9cfda7 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/colorhalftoneinformationresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/colorhalftoneinformationresource/_index.md @@ -3,7 +3,7 @@ title: Class ColorHalftoneInformationResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ColorHalftoneInformationResource class. Halftoning resource type: docs -weight: 4090 +weight: 4100 url: /net/aspose.psd.fileformats.psd.resources/colorhalftoneinformationresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/colortransferfunctionsresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/colortransferfunctionsresource/_index.md index dd318014ed..50acb19302 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/colortransferfunctionsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/colortransferfunctionsresource/_index.md @@ -3,7 +3,7 @@ title: Class ColorTransferFunctionsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ColorTransferFunctionsResource class. Color transfer resource type: docs -weight: 4100 +weight: 4110 url: /net/aspose.psd.fileformats.psd.resources/colortransferfunctionsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/documentspecificidsresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/documentspecificidsresource/_index.md index bb74eb9886..bf7960766c 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/documentspecificidsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/documentspecificidsresource/_index.md @@ -3,7 +3,7 @@ title: Class DocumentSpecificIdsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.DocumentSpecificIdsResource class. Document Specific Ids resource type: docs -weight: 4110 +weight: 4120 url: /net/aspose.psd.fileformats.psd.resources/documentspecificidsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/fixedpointdecimal/_index.md b/english/net/aspose.psd.fileformats.psd.resources/fixedpointdecimal/_index.md index 327be6ffda..44566d3822 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/fixedpointdecimal/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/fixedpointdecimal/_index.md @@ -3,7 +3,7 @@ title: Class FixedPointDecimal second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.FixedPointDecimal class. Fixedpoint decimal with 16bit integer and 16bit fraction type: docs -weight: 4130 +weight: 4140 url: /net/aspose.psd.fileformats.psd.resources/fixedpointdecimal/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/globalaltituderesource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/globalaltituderesource/_index.md index 71e7ca6175..2231512717 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/globalaltituderesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/globalaltituderesource/_index.md @@ -3,7 +3,7 @@ title: Class GlobalAltitudeResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.GlobalAltitudeResource class. Global altitude resource type: docs -weight: 4140 +weight: 4150 url: /net/aspose.psd.fileformats.psd.resources/globalaltituderesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/globalangleresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/globalangleresource/_index.md index a17783ea76..bd5da2d625 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/globalangleresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/globalangleresource/_index.md @@ -3,7 +3,7 @@ title: Class GlobalAngleResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.GlobalAngleResource class. Global angle resource type: docs -weight: 4150 +weight: 4160 url: /net/aspose.psd.fileformats.psd.resources/globalangleresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/gridandguidesresouce/_index.md b/english/net/aspose.psd.fileformats.psd.resources/gridandguidesresouce/_index.md index fe9c76a88e..93d0c422a8 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/gridandguidesresouce/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/gridandguidesresouce/_index.md @@ -3,7 +3,7 @@ title: Class GridAndGuidesResouce second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.GridAndGuidesResouce class. Represents the grid and guides resource type: docs -weight: 4160 +weight: 4170 url: /net/aspose.psd.fileformats.psd.resources/gridandguidesresouce/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/guidedirection/_index.md b/english/net/aspose.psd.fileformats.psd.resources/guidedirection/_index.md index 04599b20b3..180bbc3634 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/guidedirection/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/guidedirection/_index.md @@ -3,7 +3,7 @@ title: Enum GuideDirection second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.GuideDirection enum. The guide direction type: docs -weight: 4170 +weight: 4180 url: /net/aspose.psd.fileformats.psd.resources/guidedirection/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/guideresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/guideresource/_index.md index 710eafbd8e..bf0a3cc6ff 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/guideresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/guideresource/_index.md @@ -3,7 +3,7 @@ title: Class GuideResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.GuideResource class. The guide resource block type: docs -weight: 4180 +weight: 4190 url: /net/aspose.psd.fileformats.psd.resources/guideresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/iccprofileresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/iccprofileresource/_index.md index 4bbcb8fb87..55ed025c58 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/iccprofileresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/iccprofileresource/_index.md @@ -3,7 +3,7 @@ title: Class IccProfileResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.IccProfileResource class. Represents the ICC profile resource type: docs -weight: 4190 +weight: 4200 url: /net/aspose.psd.fileformats.psd.resources/iccprofileresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/iccuntaggedresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/iccuntaggedresource/_index.md index d2ca88f986..07717b2041 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/iccuntaggedresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/iccuntaggedresource/_index.md @@ -3,7 +3,7 @@ title: Class IccUntaggedResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.IccUntaggedResource class. Icc untagged resource type: docs -weight: 4200 +weight: 4210 url: /net/aspose.psd.fileformats.psd.resources/iccuntaggedresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/layergroupinformationresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/layergroupinformationresource/_index.md index 3cfbddbecd..ba28fdecd6 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/layergroupinformationresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/layergroupinformationresource/_index.md @@ -3,7 +3,7 @@ title: Class LayerGroupInformationResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.LayerGroupInformationResource class. Layer group information resource type: docs -weight: 4210 +weight: 4220 url: /net/aspose.psd.fileformats.psd.resources/layergroupinformationresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/layergroupsenabledresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/layergroupsenabledresource/_index.md index 7edd0e0a56..e3802c49c0 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/layergroupsenabledresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/layergroupsenabledresource/_index.md @@ -3,7 +3,7 @@ title: Class LayerGroupsEnabledResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.LayerGroupsEnabledResource class. Layer groups enabled resource type: docs -weight: 4220 +weight: 4230 url: /net/aspose.psd.fileformats.psd.resources/layergroupsenabledresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/layerselectionidsresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/layerselectionidsresource/_index.md index f1a093af97..18e079b35f 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/layerselectionidsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/layerselectionidsresource/_index.md @@ -3,7 +3,7 @@ title: Class LayerSelectionIdsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.LayerSelectionIdsResource class. Layer selection ids resource type: docs -weight: 4230 +weight: 4240 url: /net/aspose.psd.fileformats.psd.resources/layerselectionidsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/layerstateinformationresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/layerstateinformationresource/_index.md index 839183e3ad..4bb895218a 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/layerstateinformationresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/layerstateinformationresource/_index.md @@ -3,7 +3,7 @@ title: Class LayerStateInformationResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.LayerStateInformationResource class. Layer state information resource type: docs -weight: 4240 +weight: 4250 url: /net/aspose.psd.fileformats.psd.resources/layerstateinformationresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/pixelaspectratioresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/pixelaspectratioresource/_index.md index 75a9f96803..ec17ee5eb2 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/pixelaspectratioresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/pixelaspectratioresource/_index.md @@ -3,7 +3,7 @@ title: Class PixelAspectRatioResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.PixelAspectRatioResource class. Pixel aspect ration resource type: docs -weight: 4250 +weight: 4260 url: /net/aspose.psd.fileformats.psd.resources/pixelaspectratioresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/printflagsresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/printflagsresource/_index.md index 364bf5f523..cd386cf149 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/printflagsresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/printflagsresource/_index.md @@ -3,7 +3,7 @@ title: Class PrintFlagsResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.PrintFlagsResource class. Print flags resource type: docs -weight: 4260 +weight: 4270 url: /net/aspose.psd.fileformats.psd.resources/printflagsresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/printscaleresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/printscaleresource/_index.md index 9fb7c1bedd..0c29b04985 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/printscaleresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/printscaleresource/_index.md @@ -3,7 +3,7 @@ title: Class PrintScaleResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.PrintScaleResource class. Print Scale resource type: docs -weight: 4270 +weight: 4280 url: /net/aspose.psd.fileformats.psd.resources/printscaleresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/quickmaskinformationresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/quickmaskinformationresource/_index.md index d7537d5075..50e9914327 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/quickmaskinformationresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/quickmaskinformationresource/_index.md @@ -3,7 +3,7 @@ title: Class QuickMaskInformationResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.QuickMaskInformationResource class. Quick mask information resource type: docs -weight: 4280 +weight: 4290 url: /net/aspose.psd.fileformats.psd.resources/quickmaskinformationresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/resolutioninforesource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/resolutioninforesource/_index.md index 6bdcaa4911..3faf8b0529 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/resolutioninforesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/resolutioninforesource/_index.md @@ -3,7 +3,7 @@ title: Class ResolutionInfoResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ResolutionInfoResource class. The resolution info resource type: docs -weight: 4310 +weight: 4320 url: /net/aspose.psd.fileformats.psd.resources/resolutioninforesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/thumbnail4resource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/thumbnail4resource/_index.md index 871396a263..d6faf93a37 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/thumbnail4resource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/thumbnail4resource/_index.md @@ -3,7 +3,7 @@ title: Class Thumbnail4Resource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.Thumbnail4Resource class. Represents the thumbnail resource for psd 4.0 type: docs -weight: 4320 +weight: 4330 url: /net/aspose.psd.fileformats.psd.resources/thumbnail4resource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/thumbnailformat/_index.md b/english/net/aspose.psd.fileformats.psd.resources/thumbnailformat/_index.md index 96740d5f80..586bc3eb3e 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/thumbnailformat/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/thumbnailformat/_index.md @@ -3,7 +3,7 @@ title: Enum ThumbnailFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ThumbnailFormat enum. Specifies thumbnail data format type: docs -weight: 4330 +weight: 4340 url: /net/aspose.psd.fileformats.psd.resources/thumbnailformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/thumbnailresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/thumbnailresource/_index.md index c7a0819445..5a9c32d97c 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/thumbnailresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/thumbnailresource/_index.md @@ -3,7 +3,7 @@ title: Class ThumbnailResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.ThumbnailResource class. The thumbnail resource block type: docs -weight: 4340 +weight: 4350 url: /net/aspose.psd.fileformats.psd.resources/thumbnailresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/transparencyindexresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/transparencyindexresource/_index.md index 8fe081780b..aaae36c66e 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/transparencyindexresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/transparencyindexresource/_index.md @@ -3,7 +3,7 @@ title: Class TransparencyIndexResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.TransparencyIndexResource class. The transparency index resource block type: docs -weight: 4350 +weight: 4360 url: /net/aspose.psd.fileformats.psd.resources/transparencyindexresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/unicodealphanamesresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/unicodealphanamesresource/_index.md index f78003b372..dc88ee560a 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/unicodealphanamesresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/unicodealphanamesresource/_index.md @@ -3,7 +3,7 @@ title: Class UnicodeAlphaNamesResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.UnicodeAlphaNamesResource class. Unicode alpha names resource type: docs -weight: 4360 +weight: 4370 url: /net/aspose.psd.fileformats.psd.resources/unicodealphanamesresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/unknownresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/unknownresource/_index.md index efb51717b6..a29539c5a1 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/unknownresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/unknownresource/_index.md @@ -3,7 +3,7 @@ title: Class UnknownResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.UnknownResource class. The unknown resource. When a resource block is not recognized then this resource block is created type: docs -weight: 4370 +weight: 4380 url: /net/aspose.psd.fileformats.psd.resources/unknownresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/urllistresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/urllistresource/_index.md index d04c4ef42b..5461383a62 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/urllistresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/urllistresource/_index.md @@ -3,7 +3,7 @@ title: Class UrlListResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.UrlListResource class. Url list resource type: docs -weight: 4380 +weight: 4390 url: /net/aspose.psd.fileformats.psd.resources/urllistresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/versioninforesource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/versioninforesource/_index.md index 9c7d1377e5..0daf7ed3f6 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/versioninforesource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/versioninforesource/_index.md @@ -3,7 +3,7 @@ title: Class VersionInfoResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.VersionInfoResource class. Version Info resource type: docs -weight: 4390 +weight: 4400 url: /net/aspose.psd.fileformats.psd.resources/versioninforesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/watermarkresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/watermarkresource/_index.md index 4940327295..d2bb512b78 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/watermarkresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/watermarkresource/_index.md @@ -3,7 +3,7 @@ title: Class WatermarkResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.WatermarkResource class. Watermark resource type: docs -weight: 4400 +weight: 4410 url: /net/aspose.psd.fileformats.psd.resources/watermarkresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/workingpathresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/workingpathresource/_index.md index 62fe37bcf2..3a6f7842b9 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/workingpathresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/workingpathresource/_index.md @@ -3,7 +3,7 @@ title: Class WorkingPathResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.WorkingPathResource class. Working path resource type: docs -weight: 4410 +weight: 4420 url: /net/aspose.psd.fileformats.psd.resources/workingpathresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd.resources/xmpresource/_index.md b/english/net/aspose.psd.fileformats.psd.resources/xmpresource/_index.md index 7b7481b38c..df5af060ed 100644 --- a/english/net/aspose.psd.fileformats.psd.resources/xmpresource/_index.md +++ b/english/net/aspose.psd.fileformats.psd.resources/xmpresource/_index.md @@ -3,7 +3,7 @@ title: Class XmpResource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.Resources.XmpResource class. Represents the XMP metadata resource type: docs -weight: 4420 +weight: 4430 url: /net/aspose.psd.fileformats.psd.resources/xmpresource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/leadingtype/_index.md b/english/net/aspose.psd.fileformats.psd/leadingtype/_index.md index 0a70c19205..68d2f41ed5 100644 --- a/english/net/aspose.psd.fileformats.psd/leadingtype/_index.md +++ b/english/net/aspose.psd.fileformats.psd/leadingtype/_index.md @@ -3,7 +3,7 @@ title: Enum LeadingType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.LeadingType enum. Photoshop leading type type of distance between lines type: docs -weight: 3990 +weight: 4000 url: /net/aspose.psd.fileformats.psd/leadingtype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/psdcolorpalette/_index.md b/english/net/aspose.psd.fileformats.psd/psdcolorpalette/_index.md index 36ed4b359a..765400992d 100644 --- a/english/net/aspose.psd.fileformats.psd/psdcolorpalette/_index.md +++ b/english/net/aspose.psd.fileformats.psd/psdcolorpalette/_index.md @@ -3,7 +3,7 @@ title: Class PsdColorPalette second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.PsdColorPalette class. The PSD color palette type: docs -weight: 4000 +weight: 4010 url: /net/aspose.psd.fileformats.psd/psdcolorpalette/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/psdimage/_index.md b/english/net/aspose.psd.fileformats.psd/psdimage/_index.md index d6b77e2165..023131cae0 100644 --- a/english/net/aspose.psd.fileformats.psd/psdimage/_index.md +++ b/english/net/aspose.psd.fileformats.psd/psdimage/_index.md @@ -3,7 +3,7 @@ title: Class PsdImage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.PsdImage class. Defines the PsdImage class that provides the ability to load edit save PSD files as well as update properties add watermarks perform graphics operations or convert one file format to another. Aspose.PSD supports import as a layer and export to the following formats Png Jpeg Jpeg2000 Gif Bmp Tiff Psd Psb along with export to Pdf with selectable text type: docs -weight: 4010 +weight: 4020 url: /net/aspose.psd.fileformats.psd/psdimage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/psdversion/_index.md b/english/net/aspose.psd.fileformats.psd/psdversion/_index.md index 2146a71fc6..f2236cf4fc 100644 --- a/english/net/aspose.psd.fileformats.psd/psdversion/_index.md +++ b/english/net/aspose.psd.fileformats.psd/psdversion/_index.md @@ -3,7 +3,7 @@ title: Enum PsdVersion second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.PsdVersion enum. File format version type: docs -weight: 4020 +weight: 4030 url: /net/aspose.psd.fileformats.psd/psdversion/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/resourceblock.resourceblockstate/_index.md b/english/net/aspose.psd.fileformats.psd/resourceblock.resourceblockstate/_index.md index a705114cd1..c58aa373a3 100644 --- a/english/net/aspose.psd.fileformats.psd/resourceblock.resourceblockstate/_index.md +++ b/english/net/aspose.psd.fileformats.psd/resourceblock.resourceblockstate/_index.md @@ -3,7 +3,7 @@ title: Enum ResourceBlock.ResourceBlockState second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.ResourceBlockResourceBlockState enum. Represents resource block state type: docs -weight: 4040 +weight: 4050 url: /net/aspose.psd.fileformats.psd/resourceblock.resourceblockstate/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/resourceblock/_index.md b/english/net/aspose.psd.fileformats.psd/resourceblock/_index.md index 01a88dc791..3035012122 100644 --- a/english/net/aspose.psd.fileformats.psd/resourceblock/_index.md +++ b/english/net/aspose.psd.fileformats.psd/resourceblock/_index.md @@ -3,7 +3,7 @@ title: Class ResourceBlock second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.ResourceBlock class. The resource block type: docs -weight: 4030 +weight: 4040 url: /net/aspose.psd.fileformats.psd/resourceblock/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/smartobjectprovider/_index.md b/english/net/aspose.psd.fileformats.psd/smartobjectprovider/_index.md index 948e50ad4d..ded1248fa9 100644 --- a/english/net/aspose.psd.fileformats.psd/smartobjectprovider/_index.md +++ b/english/net/aspose.psd.fileformats.psd/smartobjectprovider/_index.md @@ -3,7 +3,7 @@ title: Class SmartObjectProvider second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.SmartObjectProvider class. Defines the smart object provider that provides getting / setting data sources from global link resources of the PSD file and their contents type: docs -weight: 4430 +weight: 4440 url: /net/aspose.psd.fileformats.psd/smartobjectprovider/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.psd/textorientation/_index.md b/english/net/aspose.psd.fileformats.psd/textorientation/_index.md index d2ffd4936e..dfdbededd5 100644 --- a/english/net/aspose.psd.fileformats.psd/textorientation/_index.md +++ b/english/net/aspose.psd.fileformats.psd/textorientation/_index.md @@ -3,7 +3,7 @@ title: Enum TextOrientation second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Psd.TextOrientation enum. Enumeration for text orientation mode type: docs -weight: 4440 +weight: 4450 url: /net/aspose.psd.fileformats.psd/textorientation/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/group3options/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/group3options/_index.md index 25f6d7a7b1..f32d46d8f4 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/group3options/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/group3options/_index.md @@ -3,7 +3,7 @@ title: Enum Group3Options second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.Group3Options enum. Options for CCITT Group 3/4 fax encoding. Possible values for GROUP3OPTIONS / TiffTag.T4OPTIONS and TiffTag.GROUP4OPTIONS / TiffTag.T6OPTIONS tags type: docs -weight: 4450 +weight: 4460 url: /net/aspose.psd.fileformats.tiff.enums/group3options/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffalphastorage/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffalphastorage/_index.md index 57159f955d..887fd0f96f 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffalphastorage/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffalphastorage/_index.md @@ -3,7 +3,7 @@ title: Enum TiffAlphaStorage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffAlphaStorage enum. Specifies the alpha storage for tiff documents type: docs -weight: 4460 +weight: 4470 url: /net/aspose.psd.fileformats.tiff.enums/tiffalphastorage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffbyteorder/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffbyteorder/_index.md index 5e0af76a6e..1f60cee6fc 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffbyteorder/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffbyteorder/_index.md @@ -3,7 +3,7 @@ title: Enum TiffByteOrder second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffByteOrder enum. The byte order for the tiff image type: docs -weight: 4470 +weight: 4480 url: /net/aspose.psd.fileformats.tiff.enums/tiffbyteorder/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffcompressions/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffcompressions/_index.md index ec0933a522..5c4c1ee443 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffcompressions/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffcompressions/_index.md @@ -3,7 +3,7 @@ title: Enum TiffCompressions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffCompressions enum. Holds compression types type: docs -weight: 4480 +weight: 4490 url: /net/aspose.psd.fileformats.tiff.enums/tiffcompressions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffdatatypes/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffdatatypes/_index.md index d4c54d9751..8bd54513a0 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffdatatypes/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffdatatypes/_index.md @@ -3,7 +3,7 @@ title: Enum TiffDataTypes second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffDataTypes enum. The tiff data type enum type: docs -weight: 4490 +weight: 4500 url: /net/aspose.psd.fileformats.tiff.enums/tiffdatatypes/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffexpectedformat/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffexpectedformat/_index.md index b09a619dda..155408839f 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffexpectedformat/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffexpectedformat/_index.md @@ -3,7 +3,7 @@ title: Enum TiffExpectedFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffExpectedFormat enum. The expected tiff file format type: docs -weight: 4500 +weight: 4510 url: /net/aspose.psd.fileformats.tiff.enums/tiffexpectedformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tifffilestandards/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tifffilestandards/_index.md index 4e7c6b4f98..606b424f53 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tifffilestandards/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tifffilestandards/_index.md @@ -3,7 +3,7 @@ title: Enum TiffFileStandards second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffFileStandards enum. Specifies the TIFF file format standards type: docs -weight: 4510 +weight: 4520 url: /net/aspose.psd.fileformats.tiff.enums/tifffilestandards/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tifffillorders/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tifffillorders/_index.md index 4a47a5f866..d8281e5d2a 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tifffillorders/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tifffillorders/_index.md @@ -3,7 +3,7 @@ title: Enum TiffFillOrders second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffFillOrders enum. Data order within a byte. Possible values for FILLORDER tag type: docs -weight: 4520 +weight: 4530 url: /net/aspose.psd.fileformats.tiff.enums/tifffillorders/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md index 3b9ba98aad..83644c1fee 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffnewsubfiletypes/_index.md @@ -3,7 +3,7 @@ title: Enum TiffNewSubFileTypes second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffNewSubFileTypes enum. The tiff new sub file type enum type: docs -weight: 4530 +weight: 4540 url: /net/aspose.psd.fileformats.tiff.enums/tiffnewsubfiletypes/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tifforientations/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tifforientations/_index.md index 29c9b48f9f..f182bcf560 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tifforientations/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tifforientations/_index.md @@ -3,7 +3,7 @@ title: Enum TiffOrientations second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffOrientations enum. Image orientation. Possible values for ORIENTATION tag type: docs -weight: 4540 +weight: 4550 url: /net/aspose.psd.fileformats.tiff.enums/tifforientations/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffphotometrics/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffphotometrics/_index.md index 6f209edbe3..c5d1b15e41 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffphotometrics/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffphotometrics/_index.md @@ -3,7 +3,7 @@ title: Enum TiffPhotometrics second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffPhotometrics enum. Photometric interpolation enum type: docs -weight: 4550 +weight: 4560 url: /net/aspose.psd.fileformats.tiff.enums/tiffphotometrics/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffplanarconfigs/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffplanarconfigs/_index.md index 2555ea1219..6ffaf255c2 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffplanarconfigs/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffplanarconfigs/_index.md @@ -3,7 +3,7 @@ title: Enum TiffPlanarConfigs second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffPlanarConfigs enum. Storage organization. Possible values for PLANARCONFIG tag type: docs -weight: 4560 +weight: 4570 url: /net/aspose.psd.fileformats.tiff.enums/tiffplanarconfigs/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffpredictor/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffpredictor/_index.md index c6d5bb6b6b..192465e7ec 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffpredictor/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffpredictor/_index.md @@ -3,7 +3,7 @@ title: Enum TiffPredictor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffPredictor enum. Prediction scheme for LZW type: docs -weight: 4570 +weight: 4580 url: /net/aspose.psd.fileformats.tiff.enums/tiffpredictor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffresolutionunits/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffresolutionunits/_index.md index 2835cb7053..d821c0c796 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffresolutionunits/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffresolutionunits/_index.md @@ -3,7 +3,7 @@ title: Enum TiffResolutionUnits second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffResolutionUnits enum. Tiff Resolution Unit Enum type: docs -weight: 4580 +weight: 4590 url: /net/aspose.psd.fileformats.tiff.enums/tiffresolutionunits/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffsampleformats/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffsampleformats/_index.md index 56c4256170..c10ec997c5 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffsampleformats/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffsampleformats/_index.md @@ -3,7 +3,7 @@ title: Enum TiffSampleFormats second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffSampleFormats enum. Sample format enum type: docs -weight: 4590 +weight: 4600 url: /net/aspose.psd.fileformats.tiff.enums/tiffsampleformats/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tifftags/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tifftags/_index.md index afe9f89259..687dcdd156 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tifftags/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tifftags/_index.md @@ -3,7 +3,7 @@ title: Enum TiffTags second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffTags enum. The tiff tag enum type: docs -weight: 4600 +weight: 4610 url: /net/aspose.psd.fileformats.tiff.enums/tifftags/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.enums/tiffthresholds/_index.md b/english/net/aspose.psd.fileformats.tiff.enums/tiffthresholds/_index.md index caea60c673..b8af837a18 100644 --- a/english/net/aspose.psd.fileformats.tiff.enums/tiffthresholds/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.enums/tiffthresholds/_index.md @@ -3,7 +3,7 @@ title: Enum TiffThresholds second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.Enums.TiffThresholds enum. Thresholding used on data type: docs -weight: 4610 +weight: 4620 url: /net/aspose.psd.fileformats.tiff.enums/tiffthresholds/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamreader/_index.md b/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamreader/_index.md index 367ec064f8..7ba5e62164 100644 --- a/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamreader/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamreader/_index.md @@ -3,7 +3,7 @@ title: Class TiffStreamReader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.FileManagement.TiffStreamReader class. The tiff stream for handling little endian tiff file format type: docs -weight: 4620 +weight: 4630 url: /net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamreader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md b/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md index da9a18f68f..59a2d18308 100644 --- a/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md +++ b/english/net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamwriter/_index.md @@ -3,7 +3,7 @@ title: Class TiffStreamWriter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.FileManagement.TiffStreamWriter class. Tiff stream writer type: docs -weight: 4630 +weight: 4640 url: /net/aspose.psd.fileformats.tiff.filemanagement/tiffstreamwriter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff/tiffdatatype/_index.md b/english/net/aspose.psd.fileformats.tiff/tiffdatatype/_index.md index 255bab6737..8b0aaa0e8e 100644 --- a/english/net/aspose.psd.fileformats.tiff/tiffdatatype/_index.md +++ b/english/net/aspose.psd.fileformats.tiff/tiffdatatype/_index.md @@ -3,7 +3,7 @@ title: Class TiffDataType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.TiffDataType class. The tiff data type type: docs -weight: 4640 +weight: 4650 url: /net/aspose.psd.fileformats.tiff/tiffdatatype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff/tiffexififd/_index.md b/english/net/aspose.psd.fileformats.tiff/tiffexififd/_index.md index 7b43e0833e..aa1bebc77b 100644 --- a/english/net/aspose.psd.fileformats.tiff/tiffexififd/_index.md +++ b/english/net/aspose.psd.fileformats.tiff/tiffexififd/_index.md @@ -3,7 +3,7 @@ title: Class TiffExifIfd second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.TiffExifIfd class. The TIFF Exif image file directory class type: docs -weight: 4650 +weight: 4660 url: /net/aspose.psd.fileformats.tiff/tiffexififd/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff/tiffrational/_index.md b/english/net/aspose.psd.fileformats.tiff/tiffrational/_index.md index 7cff19d1bd..e18d81aad0 100644 --- a/english/net/aspose.psd.fileformats.tiff/tiffrational/_index.md +++ b/english/net/aspose.psd.fileformats.tiff/tiffrational/_index.md @@ -3,7 +3,7 @@ title: Class TiffRational second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.TiffRational class. The tiff rational type type: docs -weight: 4660 +weight: 4670 url: /net/aspose.psd.fileformats.tiff/tiffrational/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.fileformats.tiff/tiffsrational/_index.md b/english/net/aspose.psd.fileformats.tiff/tiffsrational/_index.md index 13f762c36c..9b9fc005c0 100644 --- a/english/net/aspose.psd.fileformats.tiff/tiffsrational/_index.md +++ b/english/net/aspose.psd.fileformats.tiff/tiffsrational/_index.md @@ -3,7 +3,7 @@ title: Class TiffSRational second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileFormats.Tiff.TiffSRational class. The tiff rational type type: docs -weight: 4670 +weight: 4680 url: /net/aspose.psd.fileformats.tiff/tiffsrational/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.flatarray.exceptions/flatarrayexception/_index.md b/english/net/aspose.psd.flatarray.exceptions/flatarrayexception/_index.md index 4312538c86..fe2d8d916d 100644 --- a/english/net/aspose.psd.flatarray.exceptions/flatarrayexception/_index.md +++ b/english/net/aspose.psd.flatarray.exceptions/flatarrayexception/_index.md @@ -3,7 +3,7 @@ title: Class FlatArrayException second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FlatArray.Exceptions.FlatArrayException class. Special exception for FlatArray class type: docs -weight: 4700 +weight: 4710 url: /net/aspose.psd.flatarray.exceptions/flatarrayexception/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md index 3a6bd8df59..9bfeff4c5a 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/bigrectangularfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class BigRectangularFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.BigRectangularFilterOptions class. Big Rectangular Filter Options type: docs -weight: 5080 +weight: 5090 url: /net/aspose.psd.imagefilters.filteroptions/bigrectangularfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md index ad12bce6fb..dc30d86744 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/bilateralsmoothingfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class BilateralSmoothingFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.BilateralSmoothingFilterOptions class. The Bilateral Smoothing Filter Options type: docs -weight: 5090 +weight: 5100 url: /net/aspose.psd.imagefilters.filteroptions/bilateralsmoothingfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/convolutionfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/convolutionfilteroptions/_index.md index 5fd2b9875e..cf5588a5d8 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/convolutionfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/convolutionfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class ConvolutionFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.ConvolutionFilterOptions class. The convolution filter type: docs -weight: 5100 +weight: 5110 url: /net/aspose.psd.imagefilters.filteroptions/convolutionfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md index 3de430803e..2365b7f927 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/deconvolutionfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class DeconvolutionFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.DeconvolutionFilterOptions class. Deconvolution Filter Options abstract class type: docs -weight: 5110 +weight: 5120 url: /net/aspose.psd.imagefilters.filteroptions/deconvolutionfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/filteroptionsbase/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/filteroptionsbase/_index.md index 912b224dcd..6f57d3bb27 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/filteroptionsbase/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/filteroptionsbase/_index.md @@ -3,7 +3,7 @@ title: Class FilterOptionsBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.FilterOptionsBase class. Filter Options Base abstract class type: docs -weight: 5120 +weight: 5130 url: /net/aspose.psd.imagefilters.filteroptions/filteroptionsbase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md index d40135f6ff..d342255c37 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/gaussianblurfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class GaussianBlurFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.GaussianBlurFilterOptions class. The Gaussian blur type: docs -weight: 5140 +weight: 5150 url: /net/aspose.psd.imagefilters.filteroptions/gaussianblurfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/gausswienerfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/gausswienerfilteroptions/_index.md index 7a260332f8..b146cb2b79 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/gausswienerfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/gausswienerfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class GaussWienerFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.GaussWienerFilterOptions class. Gauss Wiener Filter Options Deblur gauss type: docs -weight: 5130 +weight: 5140 url: /net/aspose.psd.imagefilters.filteroptions/gausswienerfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/medianfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/medianfilteroptions/_index.md index c8dd02a298..945a9dfbd7 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/medianfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/medianfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class MedianFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.MedianFilterOptions class. Median filter type: docs -weight: 5150 +weight: 5160 url: /net/aspose.psd.imagefilters.filteroptions/medianfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/motionwienerfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/motionwienerfilteroptions/_index.md index dda1c6ace2..529bff22a4 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/motionwienerfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/motionwienerfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class MotionWienerFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.MotionWienerFilterOptions class. Deconvolution filter options deblur motion type: docs -weight: 5160 +weight: 5170 url: /net/aspose.psd.imagefilters.filteroptions/motionwienerfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/sharpenfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/sharpenfilteroptions/_index.md index 931c9479f1..4d7336c617 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/sharpenfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/sharpenfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class SharpenFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.SharpenFilterOptions class. The Sharpen filter options type: docs -weight: 5170 +weight: 5180 url: /net/aspose.psd.imagefilters.filteroptions/sharpenfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md b/english/net/aspose.psd.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md index 546e4213cf..b21b7c7e94 100644 --- a/english/net/aspose.psd.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md +++ b/english/net/aspose.psd.imagefilters.filteroptions/smallrectangularfilteroptions/_index.md @@ -3,7 +3,7 @@ title: Class SmallRectangularFilterOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilters.FilterOptions.SmallRectangularFilterOptions class. Small rectangular filter options type: docs -weight: 5180 +weight: 5190 url: /net/aspose.psd.imagefilters.filteroptions/smallrectangularfilteroptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageloadoptions/jpeg2000loadoptions/_index.md b/english/net/aspose.psd.imageloadoptions/jpeg2000loadoptions/_index.md index 6b29e829ab..f014a94cc7 100644 --- a/english/net/aspose.psd.imageloadoptions/jpeg2000loadoptions/_index.md +++ b/english/net/aspose.psd.imageloadoptions/jpeg2000loadoptions/_index.md @@ -3,7 +3,7 @@ title: Class Jpeg2000LoadOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageLoadOptions.Jpeg2000LoadOptions class. JPEG2000 load options type: docs -weight: 5190 +weight: 5200 url: /net/aspose.psd.imageloadoptions/jpeg2000loadoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageloadoptions/pngloadoptions/_index.md b/english/net/aspose.psd.imageloadoptions/pngloadoptions/_index.md index 9f2faf7b41..8ac1f81672 100644 --- a/english/net/aspose.psd.imageloadoptions/pngloadoptions/_index.md +++ b/english/net/aspose.psd.imageloadoptions/pngloadoptions/_index.md @@ -3,7 +3,7 @@ title: Class PngLoadOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageLoadOptions.PngLoadOptions class. The png load options type: docs -weight: 5200 +weight: 5210 url: /net/aspose.psd.imageloadoptions/pngloadoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageloadoptions/psdloadoptions/_index.md b/english/net/aspose.psd.imageloadoptions/psdloadoptions/_index.md index cd3e6ea7ec..bdbf5d7055 100644 --- a/english/net/aspose.psd.imageloadoptions/psdloadoptions/_index.md +++ b/english/net/aspose.psd.imageloadoptions/psdloadoptions/_index.md @@ -3,7 +3,7 @@ title: Class PsdLoadOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageLoadOptions.PsdLoadOptions class. Psd load options type: docs -weight: 5210 +weight: 5220 url: /net/aspose.psd.imageloadoptions/psdloadoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageloadoptions/readonlymode/_index.md b/english/net/aspose.psd.imageloadoptions/readonlymode/_index.md index 430cc8605f..9cfd3c4bfd 100644 --- a/english/net/aspose.psd.imageloadoptions/readonlymode/_index.md +++ b/english/net/aspose.psd.imageloadoptions/readonlymode/_index.md @@ -3,7 +3,7 @@ title: Enum ReadOnlyMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageLoadOptions.ReadOnlyMode enum. Specifies the readonly modes available when loading a PSD image type: docs -weight: 5220 +weight: 5230 url: /net/aspose.psd.imageloadoptions/readonlymode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/bmpoptions/_index.md b/english/net/aspose.psd.imageoptions/bmpoptions/_index.md index 6724bd2157..b75a42a422 100644 --- a/english/net/aspose.psd.imageoptions/bmpoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/bmpoptions/_index.md @@ -3,7 +3,7 @@ title: Class BmpOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.BmpOptions class. The bmp file format creation options type: docs -weight: 5240 +weight: 5250 url: /net/aspose.psd.imageoptions/bmpoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/cmxrasterizationoptions/_index.md b/english/net/aspose.psd.imageoptions/cmxrasterizationoptions/_index.md index f2505659c7..dc62f979de 100644 --- a/english/net/aspose.psd.imageoptions/cmxrasterizationoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/cmxrasterizationoptions/_index.md @@ -3,7 +3,7 @@ title: Class CmxRasterizationOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.CmxRasterizationOptions class. the CMX exporter options type: docs -weight: 5250 +weight: 5260 url: /net/aspose.psd.imageoptions/cmxrasterizationoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/gifoptions/_index.md b/english/net/aspose.psd.imageoptions/gifoptions/_index.md index 40b1aca464..47a5ddf028 100644 --- a/english/net/aspose.psd.imageoptions/gifoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/gifoptions/_index.md @@ -3,7 +3,7 @@ title: Class GifOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.GifOptions class. The gif file format creation options type: docs -weight: 5260 +weight: 5270 url: /net/aspose.psd.imageoptions/gifoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/graphicsoptions/_index.md b/english/net/aspose.psd.imageoptions/graphicsoptions/_index.md index d8f2deb7a5..f2b4fa2f18 100644 --- a/english/net/aspose.psd.imageoptions/graphicsoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/graphicsoptions/_index.md @@ -3,7 +3,7 @@ title: Class GraphicsOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.GraphicsOptions class. Represents graphics options for embedded bitmap type: docs -weight: 5270 +weight: 5280 url: /net/aspose.psd.imageoptions/graphicsoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/jpeg2000options/_index.md b/english/net/aspose.psd.imageoptions/jpeg2000options/_index.md index e9318b8d37..46165c9f07 100644 --- a/english/net/aspose.psd.imageoptions/jpeg2000options/_index.md +++ b/english/net/aspose.psd.imageoptions/jpeg2000options/_index.md @@ -3,7 +3,7 @@ title: Class Jpeg2000Options second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.Jpeg2000Options class. The Jpeg2000 file format options type: docs -weight: 5280 +weight: 5290 url: /net/aspose.psd.imageoptions/jpeg2000options/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/jpegoptions/_index.md b/english/net/aspose.psd.imageoptions/jpegoptions/_index.md index 5a9e13f3ab..9b166ed6e4 100644 --- a/english/net/aspose.psd.imageoptions/jpegoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/jpegoptions/_index.md @@ -3,7 +3,7 @@ title: Class JpegOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.JpegOptions class. The jpeg file format create options type: docs -weight: 5290 +weight: 5300 url: /net/aspose.psd.imageoptions/jpegoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/multipagemode/_index.md b/english/net/aspose.psd.imageoptions/multipagemode/_index.md index 59fbc4b97b..398d20fc52 100644 --- a/english/net/aspose.psd.imageoptions/multipagemode/_index.md +++ b/english/net/aspose.psd.imageoptions/multipagemode/_index.md @@ -3,7 +3,7 @@ title: Enum MultiPageMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.MultiPageMode enum. Represents multipage mode type: docs -weight: 5300 +weight: 5310 url: /net/aspose.psd.imageoptions/multipagemode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/multipageoptions/_index.md b/english/net/aspose.psd.imageoptions/multipageoptions/_index.md index 414af58d9e..eefee13c9a 100644 --- a/english/net/aspose.psd.imageoptions/multipageoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/multipageoptions/_index.md @@ -3,7 +3,7 @@ title: Class MultiPageOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.MultiPageOptions class. Base class for multiple pages supported formats type: docs -weight: 5310 +weight: 5320 url: /net/aspose.psd.imageoptions/multipageoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/pdfoptions/_index.md b/english/net/aspose.psd.imageoptions/pdfoptions/_index.md index a203fb6ec0..efb608d6e8 100644 --- a/english/net/aspose.psd.imageoptions/pdfoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/pdfoptions/_index.md @@ -3,7 +3,7 @@ title: Class PdfOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.PdfOptions class. The PDF options type: docs -weight: 5320 +weight: 5330 url: /net/aspose.psd.imageoptions/pdfoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/pngoptions/_index.md b/english/net/aspose.psd.imageoptions/pngoptions/_index.md index 5ea6e1a211..71f188d780 100644 --- a/english/net/aspose.psd.imageoptions/pngoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/pngoptions/_index.md @@ -3,7 +3,7 @@ title: Class PngOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.PngOptions class. The png file format create options type: docs -weight: 5330 +weight: 5340 url: /net/aspose.psd.imageoptions/pngoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/positioningtypes/_index.md b/english/net/aspose.psd.imageoptions/positioningtypes/_index.md index 793949ec23..8b085a13b2 100644 --- a/english/net/aspose.psd.imageoptions/positioningtypes/_index.md +++ b/english/net/aspose.psd.imageoptions/positioningtypes/_index.md @@ -3,7 +3,7 @@ title: Enum PositioningTypes second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.PositioningTypes enum. Positioning and size types for graphics scene type: docs -weight: 5340 +weight: 5350 url: /net/aspose.psd.imageoptions/positioningtypes/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/psdoptions/_index.md b/english/net/aspose.psd.imageoptions/psdoptions/_index.md index 3544bd6171..c834f7b9ac 100644 --- a/english/net/aspose.psd.imageoptions/psdoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/psdoptions/_index.md @@ -3,7 +3,7 @@ title: Class PsdOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.PsdOptions class. The psd file format create options type: docs -weight: 5350 +weight: 5360 url: /net/aspose.psd.imageoptions/psdoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/rdoptimizersettings/_index.md b/english/net/aspose.psd.imageoptions/rdoptimizersettings/_index.md index 78948fe61f..a18459066c 100644 --- a/english/net/aspose.psd.imageoptions/rdoptimizersettings/_index.md +++ b/english/net/aspose.psd.imageoptions/rdoptimizersettings/_index.md @@ -3,7 +3,7 @@ title: Class RdOptimizerSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.RdOptimizerSettings class. RD optimizer settings class type: docs -weight: 5360 +weight: 5370 url: /net/aspose.psd.imageoptions/rdoptimizersettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/rendererrorcode/_index.md b/english/net/aspose.psd.imageoptions/rendererrorcode/_index.md index 5bf00a6caa..20ab49f793 100644 --- a/english/net/aspose.psd.imageoptions/rendererrorcode/_index.md +++ b/english/net/aspose.psd.imageoptions/rendererrorcode/_index.md @@ -3,7 +3,7 @@ title: Enum RenderErrorCode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.RenderErrorCode enum. Represents possible missing sections in CAD file type: docs -weight: 5370 +weight: 5380 url: /net/aspose.psd.imageoptions/rendererrorcode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/renderresult/_index.md b/english/net/aspose.psd.imageoptions/renderresult/_index.md index 968423e5e7..f109c2a6a9 100644 --- a/english/net/aspose.psd.imageoptions/renderresult/_index.md +++ b/english/net/aspose.psd.imageoptions/renderresult/_index.md @@ -3,7 +3,7 @@ title: Class RenderResult second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.RenderResult class. Represents information with results of rendering type: docs -weight: 5380 +weight: 5390 url: /net/aspose.psd.imageoptions/renderresult/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/tiffoptions/_index.md b/english/net/aspose.psd.imageoptions/tiffoptions/_index.md index 0741b95066..8c5a11e59d 100644 --- a/english/net/aspose.psd.imageoptions/tiffoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/tiffoptions/_index.md @@ -3,7 +3,7 @@ title: Class TiffOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.TiffOptions class. The tiff file format options. Note that width and height tags will get overwritten on image creation by width and height parameters so there is no need to specify them directly. Note that many options return a default value but that does not mean that this option is set explicitly as a tag value. To verify the tag is present use Tags property or the corresponding IsTagPresent method type: docs -weight: 5390 +weight: 5400 url: /net/aspose.psd.imageoptions/tiffoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/tiffoptionserror/_index.md b/english/net/aspose.psd.imageoptions/tiffoptionserror/_index.md index 8233cf58fc..29ac273cb0 100644 --- a/english/net/aspose.psd.imageoptions/tiffoptionserror/_index.md +++ b/english/net/aspose.psd.imageoptions/tiffoptionserror/_index.md @@ -3,7 +3,7 @@ title: Enum TiffOptionsError second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.TiffOptionsError enum. The tiff options error codes type: docs -weight: 5400 +weight: 5410 url: /net/aspose.psd.imageoptions/tiffoptionserror/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/tiffoptionsutils/_index.md b/english/net/aspose.psd.imageoptions/tiffoptionsutils/_index.md index 109d776222..20f0d219bd 100644 --- a/english/net/aspose.psd.imageoptions/tiffoptionsutils/_index.md +++ b/english/net/aspose.psd.imageoptions/tiffoptionsutils/_index.md @@ -3,7 +3,7 @@ title: Class TiffOptionsUtils second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.TiffOptionsUtils class. The tiff file format options utility class type: docs -weight: 5410 +weight: 5420 url: /net/aspose.psd.imageoptions/tiffoptionsutils/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/typeofentities/_index.md b/english/net/aspose.psd.imageoptions/typeofentities/_index.md index 12baf11ad4..7e05fca908 100644 --- a/english/net/aspose.psd.imageoptions/typeofentities/_index.md +++ b/english/net/aspose.psd.imageoptions/typeofentities/_index.md @@ -3,7 +3,7 @@ title: Enum TypeOfEntities second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.TypeOfEntities enum. Represents types of entities to render type: docs -weight: 5420 +weight: 5430 url: /net/aspose.psd.imageoptions/typeofentities/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.imageoptions/vectorrasterizationoptions/_index.md b/english/net/aspose.psd.imageoptions/vectorrasterizationoptions/_index.md index 23ebc2eac1..73c42a7b38 100644 --- a/english/net/aspose.psd.imageoptions/vectorrasterizationoptions/_index.md +++ b/english/net/aspose.psd.imageoptions/vectorrasterizationoptions/_index.md @@ -3,7 +3,7 @@ title: Class VectorRasterizationOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptions.VectorRasterizationOptions class. The vector rasterization options type: docs -weight: 5430 +weight: 5440 url: /net/aspose.psd.imageoptions/vectorrasterizationoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.interfaces/iobjectwithsizef/_index.md b/english/net/aspose.psd.interfaces/iobjectwithsizef/_index.md index af19d45da7..77610df801 100644 --- a/english/net/aspose.psd.interfaces/iobjectwithsizef/_index.md +++ b/english/net/aspose.psd.interfaces/iobjectwithsizef/_index.md @@ -3,7 +3,7 @@ title: Interface IObjectWithSizeF second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Interfaces.IObjectWithSizeF interface. Represents object with Size which are expressed in real numbers in inches type: docs -weight: 5470 +weight: 5480 url: /net/aspose.psd.interfaces/iobjectwithsizef/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.memorymanagement/configuration/_index.md b/english/net/aspose.psd.memorymanagement/configuration/_index.md index d03bd4b324..ca5bf93706 100644 --- a/english/net/aspose.psd.memorymanagement/configuration/_index.md +++ b/english/net/aspose.psd.memorymanagement/configuration/_index.md @@ -3,7 +3,7 @@ title: Class Configuration second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.MemoryManagement.Configuration class. The memory management global configuration type: docs -weight: 5560 +weight: 5570 url: /net/aspose.psd.memorymanagement/configuration/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.multithreading/interruptmonitor/_index.md b/english/net/aspose.psd.multithreading/interruptmonitor/_index.md index eb3f25180f..cd1ac918ef 100644 --- a/english/net/aspose.psd.multithreading/interruptmonitor/_index.md +++ b/english/net/aspose.psd.multithreading/interruptmonitor/_index.md @@ -3,7 +3,7 @@ title: Class InterruptMonitor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Multithreading.InterruptMonitor class. Represents information about interruption type: docs -weight: 5580 +weight: 5590 url: /net/aspose.psd.multithreading/interruptmonitor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.palettehelper/adjustpalette/_index.md b/english/net/aspose.psd.palettehelper/adjustpalette/_index.md index 1e66ddec41..cac3fb501f 100644 --- a/english/net/aspose.psd.palettehelper/adjustpalette/_index.md +++ b/english/net/aspose.psd.palettehelper/adjustpalette/_index.md @@ -3,7 +3,7 @@ title: Class AdjustPalette second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PaletteHelper.AdjustPalette class. Color palette adjustment class type: docs -weight: 5630 +weight: 5640 url: /net/aspose.psd.palettehelper/adjustpalette/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.progressmanagement/eventtype/_index.md b/english/net/aspose.psd.progressmanagement/eventtype/_index.md index 656a1805f7..c1647ea2b5 100644 --- a/english/net/aspose.psd.progressmanagement/eventtype/_index.md +++ b/english/net/aspose.psd.progressmanagement/eventtype/_index.md @@ -3,7 +3,7 @@ title: Enum EventType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ProgressManagement.EventType enum. This enum describes possible progress event types that can occurred during image processing operations type: docs -weight: 5750 +weight: 5760 url: /net/aspose.psd.progressmanagement/eventtype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.progressmanagement/progresseventhandlerinfo/_index.md b/english/net/aspose.psd.progressmanagement/progresseventhandlerinfo/_index.md index 35d80f426f..94c823c837 100644 --- a/english/net/aspose.psd.progressmanagement/progresseventhandlerinfo/_index.md +++ b/english/net/aspose.psd.progressmanagement/progresseventhandlerinfo/_index.md @@ -3,7 +3,7 @@ title: Class ProgressEventHandlerInfo second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ProgressManagement.ProgressEventHandlerInfo class. This class represents information about image load/save/export operations progress that can be used in external application to show conversion progress to end user type: docs -weight: 5760 +weight: 5770 url: /net/aspose.psd.progressmanagement/progresseventhandlerinfo/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/arcshape/_index.md b/english/net/aspose.psd.shapes/arcshape/_index.md index 93fef7ebe6..43cb65cc0f 100644 --- a/english/net/aspose.psd.shapes/arcshape/_index.md +++ b/english/net/aspose.psd.shapes/arcshape/_index.md @@ -3,7 +3,7 @@ title: Class ArcShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.ArcShape class. Represents an arc shape type: docs -weight: 5920 +weight: 5930 url: /net/aspose.psd.shapes/arcshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/beziershape/_index.md b/english/net/aspose.psd.shapes/beziershape/_index.md index ad629724f3..87044188e5 100644 --- a/english/net/aspose.psd.shapes/beziershape/_index.md +++ b/english/net/aspose.psd.shapes/beziershape/_index.md @@ -3,7 +3,7 @@ title: Class BezierShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.BezierShape class. Represents a bezier spline type: docs -weight: 5930 +weight: 5940 url: /net/aspose.psd.shapes/beziershape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/curveshape/_index.md b/english/net/aspose.psd.shapes/curveshape/_index.md index 7d63c6d90c..b60bb3198f 100644 --- a/english/net/aspose.psd.shapes/curveshape/_index.md +++ b/english/net/aspose.psd.shapes/curveshape/_index.md @@ -3,7 +3,7 @@ title: Class CurveShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.CurveShape class. Represents a curved spline shape type: docs -weight: 5940 +weight: 5950 url: /net/aspose.psd.shapes/curveshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/ellipseshape/_index.md b/english/net/aspose.psd.shapes/ellipseshape/_index.md index 3bc3415880..a73f1baa07 100644 --- a/english/net/aspose.psd.shapes/ellipseshape/_index.md +++ b/english/net/aspose.psd.shapes/ellipseshape/_index.md @@ -3,7 +3,7 @@ title: Class EllipseShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.EllipseShape class. Represents an ellipse shape type: docs -weight: 5950 +weight: 5960 url: /net/aspose.psd.shapes/ellipseshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/pieshape/_index.md b/english/net/aspose.psd.shapes/pieshape/_index.md index 6a9ee7f21d..671e72dc68 100644 --- a/english/net/aspose.psd.shapes/pieshape/_index.md +++ b/english/net/aspose.psd.shapes/pieshape/_index.md @@ -3,7 +3,7 @@ title: Class PieShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.PieShape class. Represents a pie shape type: docs -weight: 5960 +weight: 5970 url: /net/aspose.psd.shapes/pieshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/polygonshape/_index.md b/english/net/aspose.psd.shapes/polygonshape/_index.md index b29fdd1ea1..119da78de3 100644 --- a/english/net/aspose.psd.shapes/polygonshape/_index.md +++ b/english/net/aspose.psd.shapes/polygonshape/_index.md @@ -3,7 +3,7 @@ title: Class PolygonShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.PolygonShape class. Represents a polygon shape type: docs -weight: 5970 +weight: 5980 url: /net/aspose.psd.shapes/polygonshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/rectangleprojectedshape/_index.md b/english/net/aspose.psd.shapes/rectangleprojectedshape/_index.md index 5d60dd72ea..18b66a4286 100644 --- a/english/net/aspose.psd.shapes/rectangleprojectedshape/_index.md +++ b/english/net/aspose.psd.shapes/rectangleprojectedshape/_index.md @@ -3,7 +3,7 @@ title: Class RectangleProjectedShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.RectangleProjectedShape class. Represents a shape which is projected over rectangle turned to a particular orientation. Specified by four points which can be rotated in space maintaining the same edges length and 90 degrees between adjacent edges type: docs -weight: 5980 +weight: 5990 url: /net/aspose.psd.shapes/rectangleprojectedshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/rectangleshape/_index.md b/english/net/aspose.psd.shapes/rectangleshape/_index.md index 096c9046f1..0a109b301e 100644 --- a/english/net/aspose.psd.shapes/rectangleshape/_index.md +++ b/english/net/aspose.psd.shapes/rectangleshape/_index.md @@ -3,7 +3,7 @@ title: Class RectangleShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.RectangleShape class. Represents a rectangular shape type: docs -weight: 5990 +weight: 6000 url: /net/aspose.psd.shapes/rectangleshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapes/textshape/_index.md b/english/net/aspose.psd.shapes/textshape/_index.md index 9083b52d31..fc9235b7df 100644 --- a/english/net/aspose.psd.shapes/textshape/_index.md +++ b/english/net/aspose.psd.shapes/textshape/_index.md @@ -3,7 +3,7 @@ title: Class TextShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shapes.TextShape class. Represents a text shape type: docs -weight: 6000 +weight: 6010 url: /net/aspose.psd.shapes/textshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapesegments/beziersegment/_index.md b/english/net/aspose.psd.shapesegments/beziersegment/_index.md index d907417b6d..4853d810eb 100644 --- a/english/net/aspose.psd.shapesegments/beziersegment/_index.md +++ b/english/net/aspose.psd.shapesegments/beziersegment/_index.md @@ -3,7 +3,7 @@ title: Class BezierSegment second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ShapeSegments.BezierSegment class. The bezier segment going from one point to the next point and using two control points type: docs -weight: 5900 +weight: 5910 url: /net/aspose.psd.shapesegments/beziersegment/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.shapesegments/linesegment/_index.md b/english/net/aspose.psd.shapesegments/linesegment/_index.md index d4c5a38fe6..406c7ce9e9 100644 --- a/english/net/aspose.psd.shapesegments/linesegment/_index.md +++ b/english/net/aspose.psd.shapesegments/linesegment/_index.md @@ -3,7 +3,7 @@ title: Class LineSegment second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ShapeSegments.LineSegment class. Represents a segment leading derectly from a specific point to the next point type: docs -weight: 5910 +weight: 5920 url: /net/aspose.psd.shapesegments/linesegment/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.sources/filecreatesource/_index.md b/english/net/aspose.psd.sources/filecreatesource/_index.md index a78b34e86e..5fd79c5010 100644 --- a/english/net/aspose.psd.sources/filecreatesource/_index.md +++ b/english/net/aspose.psd.sources/filecreatesource/_index.md @@ -3,7 +3,7 @@ title: Class FileCreateSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Sources.FileCreateSource class. Represents a file source for creation type: docs -weight: 6050 +weight: 6060 url: /net/aspose.psd.sources/filecreatesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.sources/fileopensource/_index.md b/english/net/aspose.psd.sources/fileopensource/_index.md index 5d16507524..beddbde1f9 100644 --- a/english/net/aspose.psd.sources/fileopensource/_index.md +++ b/english/net/aspose.psd.sources/fileopensource/_index.md @@ -3,7 +3,7 @@ title: Class FileOpenSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Sources.FileOpenSource class. Represents a file source for opening type: docs -weight: 6060 +weight: 6070 url: /net/aspose.psd.sources/fileopensource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.sources/filesource/_index.md b/english/net/aspose.psd.sources/filesource/_index.md index 70b136b719..77f2df4ba1 100644 --- a/english/net/aspose.psd.sources/filesource/_index.md +++ b/english/net/aspose.psd.sources/filesource/_index.md @@ -3,7 +3,7 @@ title: Class FileSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Sources.FileSource class. Represents a file source which is capable of files manipulation type: docs -weight: 6070 +weight: 6080 url: /net/aspose.psd.sources/filesource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.sources/streamsource/_index.md b/english/net/aspose.psd.sources/streamsource/_index.md index c3e5ba331b..8b57c3307b 100644 --- a/english/net/aspose.psd.sources/streamsource/_index.md +++ b/english/net/aspose.psd.sources/streamsource/_index.md @@ -3,7 +3,7 @@ title: Class StreamSource second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Sources.StreamSource class. Represents a stream source type: docs -weight: 6080 +weight: 6090 url: /net/aspose.psd.sources/streamsource/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.dublincore/dublincorepackage/_index.md b/english/net/aspose.psd.xmp.schemas.dublincore/dublincorepackage/_index.md index e0e55ee4bb..21fa753ae9 100644 --- a/english/net/aspose.psd.xmp.schemas.dublincore/dublincorepackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.dublincore/dublincorepackage/_index.md @@ -3,7 +3,7 @@ title: Class DublinCorePackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.DublinCore.DublinCorePackage class. Represents Dublic Core schema type: docs -weight: 6240 +weight: 6250 url: /net/aspose.psd.xmp.schemas.dublincore/dublincorepackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.pdf/pdfpackage/_index.md b/english/net/aspose.psd.xmp.schemas.pdf/pdfpackage/_index.md index 628628b24d..dc9656e12d 100644 --- a/english/net/aspose.psd.xmp.schemas.pdf/pdfpackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.pdf/pdfpackage/_index.md @@ -3,7 +3,7 @@ title: Class PdfPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.Pdf.PdfPackage class. Represents Adobe Pdf namespace type: docs -weight: 6250 +weight: 6260 url: /net/aspose.psd.xmp.schemas.pdf/pdfpackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.photoshop/colormode/_index.md b/english/net/aspose.psd.xmp.schemas.photoshop/colormode/_index.md index 90bd08a747..5c846d3e23 100644 --- a/english/net/aspose.psd.xmp.schemas.photoshop/colormode/_index.md +++ b/english/net/aspose.psd.xmp.schemas.photoshop/colormode/_index.md @@ -3,7 +3,7 @@ title: Enum ColorMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.Photoshop.ColorMode enum. Represents color mode in PhotoshopPackage type: docs -weight: 6260 +weight: 6270 url: /net/aspose.psd.xmp.schemas.photoshop/colormode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.photoshop/layer/_index.md b/english/net/aspose.psd.xmp.schemas.photoshop/layer/_index.md index b7012a69c3..5c8b8774e0 100644 --- a/english/net/aspose.psd.xmp.schemas.photoshop/layer/_index.md +++ b/english/net/aspose.psd.xmp.schemas.photoshop/layer/_index.md @@ -3,7 +3,7 @@ title: Class Layer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.Photoshop.Layer class. Represents Photoshop text layer type: docs -weight: 6270 +weight: 6280 url: /net/aspose.psd.xmp.schemas.photoshop/layer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.photoshop/photoshoppackage/_index.md b/english/net/aspose.psd.xmp.schemas.photoshop/photoshoppackage/_index.md index f671d18a6a..6e2c6b5819 100644 --- a/english/net/aspose.psd.xmp.schemas.photoshop/photoshoppackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.photoshop/photoshoppackage/_index.md @@ -3,7 +3,7 @@ title: Class PhotoshopPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.Photoshop.PhotoshopPackage class. Represents Adobe Photoshop namespace type: docs -weight: 6280 +weight: 6290 url: /net/aspose.psd.xmp.schemas.photoshop/photoshoppackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md b/english/net/aspose.psd.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md index a0ebe8abd9..94d1d28efd 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpbaseschema/xmpbasicpackage/_index.md @@ -3,7 +3,7 @@ title: Class XmpBasicPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpBaseSchema.XmpBasicPackage class. Represents XMP basic namespace type: docs -weight: 6290 +weight: 6300 url: /net/aspose.psd.xmp.schemas.xmpbaseschema/xmpbasicpackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/audiochanneltype/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/audiochanneltype/_index.md index 447c32fb7e..0f5b95b020 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/audiochanneltype/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/audiochanneltype/_index.md @@ -3,7 +3,7 @@ title: Class AudioChannelType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.AudioChannelType class. Represents audio channel type type: docs -weight: 6300 +weight: 6310 url: /net/aspose.psd.xmp.schemas.xmpdm/audiochanneltype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/audiosampletype/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/audiosampletype/_index.md index 26a891dd48..293231630d 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/audiosampletype/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/audiosampletype/_index.md @@ -3,7 +3,7 @@ title: Class AudioSampleType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.AudioSampleType class. Represents Audio sample type in XmpDynamicMediaPackage type: docs -weight: 6310 +weight: 6320 url: /net/aspose.psd.xmp.schemas.xmpdm/audiosampletype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/projectlink/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/projectlink/_index.md index 50b845f90e..ff728f5b36 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/projectlink/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/projectlink/_index.md @@ -3,7 +3,7 @@ title: Class ProjectLink second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.ProjectLink class. Represents path of the project type: docs -weight: 6320 +weight: 6330 url: /net/aspose.psd.xmp.schemas.xmpdm/projectlink/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/projecttype/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/projecttype/_index.md index 13e8ab053c..4e58d0a6b9 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/projecttype/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/projecttype/_index.md @@ -3,7 +3,7 @@ title: Enum ProjectType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.ProjectType enum. Represents project type in XmpDynamicMediaPackage type: docs -weight: 6330 +weight: 6340 url: /net/aspose.psd.xmp.schemas.xmpdm/projecttype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/time/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/time/_index.md index 9fdcdc28fa..6bc2fd2787 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/time/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/time/_index.md @@ -3,7 +3,7 @@ title: Class Time second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.Time class. Representation of a time value in seconds type: docs -weight: 6340 +weight: 6350 url: /net/aspose.psd.xmp.schemas.xmpdm/time/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/timecode/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/timecode/_index.md index 98bb498f53..30aab8e3a3 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/timecode/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/timecode/_index.md @@ -3,7 +3,7 @@ title: Class Timecode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.Timecode class. Represents timecode value in video type: docs -weight: 6360 +weight: 6370 url: /net/aspose.psd.xmp.schemas.xmpdm/timecode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/timeformat/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/timeformat/_index.md index 1046195822..0f3f68f62f 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/timeformat/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/timeformat/_index.md @@ -3,7 +3,7 @@ title: Class TimeFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.TimeFormat class. Represents time format in Timecode type: docs -weight: 6350 +weight: 6360 url: /net/aspose.psd.xmp.schemas.xmpdm/timeformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md b/english/net/aspose.psd.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md index c88cfa7c01..9565aa2af1 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpdm/xmpdynamicmediapackage/_index.md @@ -3,7 +3,7 @@ title: Class XmpDynamicMediaPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpDm.XmpDynamicMediaPackage class. Represents XMP Dynamic Media namespace type: docs -weight: 6370 +weight: 6380 url: /net/aspose.psd.xmp.schemas.xmpdm/xmpdynamicmediapackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md b/english/net/aspose.psd.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md index 72598f1c3b..a17e009554 100644 --- a/english/net/aspose.psd.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmpmm/xmpmediamanagementpackage/_index.md @@ -3,7 +3,7 @@ title: Class XmpMediaManagementPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpMm.XmpMediaManagementPackage class. Represents XMP Media Management namespace type: docs -weight: 6380 +weight: 6390 url: /net/aspose.psd.xmp.schemas.xmpmm/xmpmediamanagementpackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md b/english/net/aspose.psd.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md index 1abf1b1791..e5c0742085 100644 --- a/english/net/aspose.psd.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md +++ b/english/net/aspose.psd.xmp.schemas.xmprm/xmprightsmanagementpackage/_index.md @@ -3,7 +3,7 @@ title: Class XmpRightsManagementPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Schemas.XmpRm.XmpRightsManagementPackage class. Represents XMP Rights Management namespace type: docs -weight: 6390 +weight: 6400 url: /net/aspose.psd.xmp.schemas.xmprm/xmprightsmanagementpackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.basic/xmpboolean/_index.md b/english/net/aspose.psd.xmp.types.basic/xmpboolean/_index.md index b37fdb2ae1..7df15db187 100644 --- a/english/net/aspose.psd.xmp.types.basic/xmpboolean/_index.md +++ b/english/net/aspose.psd.xmp.types.basic/xmpboolean/_index.md @@ -3,7 +3,7 @@ title: Class XmpBoolean second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Basic.XmpBoolean class. Represents XMP Boolean basic type type: docs -weight: 6400 +weight: 6410 url: /net/aspose.psd.xmp.types.basic/xmpboolean/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.basic/xmpdate/_index.md b/english/net/aspose.psd.xmp.types.basic/xmpdate/_index.md index 27c94368b3..b6d99cc144 100644 --- a/english/net/aspose.psd.xmp.types.basic/xmpdate/_index.md +++ b/english/net/aspose.psd.xmp.types.basic/xmpdate/_index.md @@ -3,7 +3,7 @@ title: Class XmpDate second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Basic.XmpDate class. Represents Date in XMP packet type: docs -weight: 6410 +weight: 6420 url: /net/aspose.psd.xmp.types.basic/xmpdate/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.basic/xmpinteger/_index.md b/english/net/aspose.psd.xmp.types.basic/xmpinteger/_index.md index 62de8f44da..86b104c5ee 100644 --- a/english/net/aspose.psd.xmp.types.basic/xmpinteger/_index.md +++ b/english/net/aspose.psd.xmp.types.basic/xmpinteger/_index.md @@ -3,7 +3,7 @@ title: Class XmpInteger second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Basic.XmpInteger class. Represents XMP Integer basic type type: docs -weight: 6420 +weight: 6430 url: /net/aspose.psd.xmp.types.basic/xmpinteger/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.basic/xmpreal/_index.md b/english/net/aspose.psd.xmp.types.basic/xmpreal/_index.md index a1592f3a76..2c829561fd 100644 --- a/english/net/aspose.psd.xmp.types.basic/xmpreal/_index.md +++ b/english/net/aspose.psd.xmp.types.basic/xmpreal/_index.md @@ -3,7 +3,7 @@ title: Class XmpReal second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Basic.XmpReal class. Represents XMP Real type: docs -weight: 6430 +weight: 6440 url: /net/aspose.psd.xmp.types.basic/xmpreal/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.basic/xmptext/_index.md b/english/net/aspose.psd.xmp.types.basic/xmptext/_index.md index 6e9ec911e9..4afa5dffe3 100644 --- a/english/net/aspose.psd.xmp.types.basic/xmptext/_index.md +++ b/english/net/aspose.psd.xmp.types.basic/xmptext/_index.md @@ -3,7 +3,7 @@ title: Class XmpText second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Basic.XmpText class. Represents XMP Text basic type type: docs -weight: 6440 +weight: 6450 url: /net/aspose.psd.xmp.types.basic/xmptext/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colorantbase/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colorantbase/_index.md index ac35ecd8a9..5b2677a5b7 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colorantbase/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colorantbase/_index.md @@ -3,7 +3,7 @@ title: Class ColorantBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorantBase class. Represents XMP Colorant type type: docs -weight: 6470 +weight: 6480 url: /net/aspose.psd.xmp.types.complex.colorant/colorantbase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colorantcmyk/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colorantcmyk/_index.md index e381c07f68..f6ae99d365 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colorantcmyk/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colorantcmyk/_index.md @@ -3,7 +3,7 @@ title: Class ColorantCmyk second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorantCmyk class. Represents CMYK Colorant type: docs -weight: 6480 +weight: 6490 url: /net/aspose.psd.xmp.types.complex.colorant/colorantcmyk/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colorantlab/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colorantlab/_index.md index 4498014331..2d845c13a7 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colorantlab/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colorantlab/_index.md @@ -3,7 +3,7 @@ title: Class ColorantLab second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorantLab class. Represents LAB Colorant type: docs -weight: 6490 +weight: 6500 url: /net/aspose.psd.xmp.types.complex.colorant/colorantlab/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colorantrgb/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colorantrgb/_index.md index 49bce3a20b..342a24a9ff 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colorantrgb/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colorantrgb/_index.md @@ -3,7 +3,7 @@ title: Class ColorantRgb second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorantRgb class. Represents RGB Colorant type: docs -weight: 6500 +weight: 6510 url: /net/aspose.psd.xmp.types.complex.colorant/colorantrgb/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colormode/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colormode/_index.md index 923816bcdf..12021ebd3f 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colormode/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colormode/_index.md @@ -3,7 +3,7 @@ title: Enum ColorMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorMode enum. Represents color mode type: docs -weight: 6450 +weight: 6460 url: /net/aspose.psd.xmp.types.complex.colorant/colormode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.colorant/colortype/_index.md b/english/net/aspose.psd.xmp.types.complex.colorant/colortype/_index.md index 6671457e71..b6475962da 100644 --- a/english/net/aspose.psd.xmp.types.complex.colorant/colortype/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.colorant/colortype/_index.md @@ -3,7 +3,7 @@ title: Enum ColorType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Colorant.ColorType enum. Type of color type: docs -weight: 6460 +weight: 6470 url: /net/aspose.psd.xmp.types.complex.colorant/colortype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.dimensions/dimensions/_index.md b/english/net/aspose.psd.xmp.types.complex.dimensions/dimensions/_index.md index c85f1d2f25..cf4c33998e 100644 --- a/english/net/aspose.psd.xmp.types.complex.dimensions/dimensions/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.dimensions/dimensions/_index.md @@ -3,7 +3,7 @@ title: Class Dimensions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Dimensions.Dimensions class. Containing dimensions for a drawn object type: docs -weight: 6520 +weight: 6530 url: /net/aspose.psd.xmp.types.complex.dimensions/dimensions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.font/font/_index.md b/english/net/aspose.psd.xmp.types.complex.font/font/_index.md index 3ac416a4d1..ec0608b352 100644 --- a/english/net/aspose.psd.xmp.types.complex.font/font/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.font/font/_index.md @@ -3,7 +3,7 @@ title: Class Font second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Font.Font class. Represents XMP Font type: docs -weight: 6530 +weight: 6540 url: /net/aspose.psd.xmp.types.complex.font/font/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.resourceevent/resourceevent/_index.md b/english/net/aspose.psd.xmp.types.complex.resourceevent/resourceevent/_index.md index 6b161a743d..e10a80f959 100644 --- a/english/net/aspose.psd.xmp.types.complex.resourceevent/resourceevent/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.resourceevent/resourceevent/_index.md @@ -3,7 +3,7 @@ title: Class ResourceEvent second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.ResourceEvent.ResourceEvent class. Containing dimensions for a drawn object type: docs -weight: 6540 +weight: 6550 url: /net/aspose.psd.xmp.types.complex.resourceevent/resourceevent/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.resourceref/resourceref/_index.md b/english/net/aspose.psd.xmp.types.complex.resourceref/resourceref/_index.md index c4dd435dd5..69c31cb9f1 100644 --- a/english/net/aspose.psd.xmp.types.complex.resourceref/resourceref/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.resourceref/resourceref/_index.md @@ -3,7 +3,7 @@ title: Class ResourceRef second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.ResourceRef.ResourceRef class. Used to indicate prior versions originals of renditions originals for derived documents and so on type: docs -weight: 6550 +weight: 6560 url: /net/aspose.psd.xmp.types.complex.resourceref/resourceref/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.thumbnail/thumbnail/_index.md b/english/net/aspose.psd.xmp.types.complex.thumbnail/thumbnail/_index.md index 94f0265f42..c94729ac80 100644 --- a/english/net/aspose.psd.xmp.types.complex.thumbnail/thumbnail/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.thumbnail/thumbnail/_index.md @@ -3,7 +3,7 @@ title: Class Thumbnail second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Thumbnail.Thumbnail class. Represents thumbnail image for a file type: docs -weight: 6560 +weight: 6570 url: /net/aspose.psd.xmp.types.complex.thumbnail/thumbnail/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex.version/version/_index.md b/english/net/aspose.psd.xmp.types.complex.version/version/_index.md index ab4999ccf7..b7c991894d 100644 --- a/english/net/aspose.psd.xmp.types.complex.version/version/_index.md +++ b/english/net/aspose.psd.xmp.types.complex.version/version/_index.md @@ -3,7 +3,7 @@ title: Class Version second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.Version.Version class. Describes one version of a document type: docs -weight: 6570 +weight: 6580 url: /net/aspose.psd.xmp.types.complex.version/version/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.complex/complextypebase/_index.md b/english/net/aspose.psd.xmp.types.complex/complextypebase/_index.md index f2a5810b13..e6a7c0272d 100644 --- a/english/net/aspose.psd.xmp.types.complex/complextypebase/_index.md +++ b/english/net/aspose.psd.xmp.types.complex/complextypebase/_index.md @@ -3,7 +3,7 @@ title: Class ComplexTypeBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Complex.ComplexTypeBase class. Represents base abstraction for XMP Complex value type type: docs -weight: 6510 +weight: 6520 url: /net/aspose.psd.xmp.types.complex/complextypebase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/rational/_index.md b/english/net/aspose.psd.xmp.types.derived/rational/_index.md index dd871cc5a1..8e54b50ea3 100644 --- a/english/net/aspose.psd.xmp.types.derived/rational/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/rational/_index.md @@ -3,7 +3,7 @@ title: Class Rational second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.Rational class. Represents XMP Rational type: docs -weight: 6580 +weight: 6590 url: /net/aspose.psd.xmp.types.derived/rational/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/renditionclass/_index.md b/english/net/aspose.psd.xmp.types.derived/renditionclass/_index.md index 7d4479c145..91ca8f57b2 100644 --- a/english/net/aspose.psd.xmp.types.derived/renditionclass/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/renditionclass/_index.md @@ -3,7 +3,7 @@ title: Class RenditionClass second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.RenditionClass class. Represents the XMP Rendition type: docs -weight: 6590 +weight: 6600 url: /net/aspose.psd.xmp.types.derived/renditionclass/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/xmpagentname/_index.md b/english/net/aspose.psd.xmp.types.derived/xmpagentname/_index.md index db0d5be16d..3cee247057 100644 --- a/english/net/aspose.psd.xmp.types.derived/xmpagentname/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/xmpagentname/_index.md @@ -3,7 +3,7 @@ title: Class XmpAgentName second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.XmpAgentName class. Represents Agent name Software organization etc type: docs -weight: 6600 +weight: 6610 url: /net/aspose.psd.xmp.types.derived/xmpagentname/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/xmpchoise-1/_index.md b/english/net/aspose.psd.xmp.types.derived/xmpchoise-1/_index.md index 8473361aea..265fa03859 100644 --- a/english/net/aspose.psd.xmp.types.derived/xmpchoise-1/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/xmpchoise-1/_index.md @@ -3,7 +3,7 @@ title: Class XmpChoiseT second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.XmpChoise1T class. Represents a value from vocabulary of values type: docs -weight: 6610 +weight: 6620 url: /net/aspose.psd.xmp.types.derived/xmpchoise-1/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/xmpguid/_index.md b/english/net/aspose.psd.xmp.types.derived/xmpguid/_index.md index 590b8b3f6b..196ba584b8 100644 --- a/english/net/aspose.psd.xmp.types.derived/xmpguid/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/xmpguid/_index.md @@ -3,7 +3,7 @@ title: Class XmpGuid second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.XmpGuid class. Represents XMP global unique identifier type: docs -weight: 6620 +weight: 6630 url: /net/aspose.psd.xmp.types.derived/xmpguid/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/xmplocale/_index.md b/english/net/aspose.psd.xmp.types.derived/xmplocale/_index.md index bc5d6daf9a..e2f1ea04fc 100644 --- a/english/net/aspose.psd.xmp.types.derived/xmplocale/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/xmplocale/_index.md @@ -3,7 +3,7 @@ title: Class XmpLocale second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.XmpLocale class. Represents language code type: docs -weight: 6630 +weight: 6640 url: /net/aspose.psd.xmp.types.derived/xmplocale/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types.derived/xmpmimetype/_index.md b/english/net/aspose.psd.xmp.types.derived/xmpmimetype/_index.md index 249dc138a6..0d53c73f4b 100644 --- a/english/net/aspose.psd.xmp.types.derived/xmpmimetype/_index.md +++ b/english/net/aspose.psd.xmp.types.derived/xmpmimetype/_index.md @@ -3,7 +3,7 @@ title: Class XmpMimeType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.Derived.XmpMimeType class. Represents MIME type type: docs -weight: 6640 +weight: 6650 url: /net/aspose.psd.xmp.types.derived/xmpmimetype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types/ixmptype/_index.md b/english/net/aspose.psd.xmp.types/ixmptype/_index.md index aa6d8339ef..73c452b476 100644 --- a/english/net/aspose.psd.xmp.types/ixmptype/_index.md +++ b/english/net/aspose.psd.xmp.types/ixmptype/_index.md @@ -3,7 +3,7 @@ title: Interface IXmpType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.IXmpType interface. Base interface for XMP type type: docs -weight: 6650 +weight: 6660 url: /net/aspose.psd.xmp.types/ixmptype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp.types/xmptypebase/_index.md b/english/net/aspose.psd.xmp.types/xmptypebase/_index.md index 5dbecf60c8..2e92683403 100644 --- a/english/net/aspose.psd.xmp.types/xmptypebase/_index.md +++ b/english/net/aspose.psd.xmp.types/xmptypebase/_index.md @@ -3,7 +3,7 @@ title: Class XmpTypeBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Types.XmpTypeBase class. Represents base class for basic XMP type type: docs -weight: 6660 +weight: 6670 url: /net/aspose.psd.xmp.types/xmptypebase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/ixmlvalue/_index.md b/english/net/aspose.psd.xmp/ixmlvalue/_index.md index 45859420f8..7866f95766 100644 --- a/english/net/aspose.psd.xmp/ixmlvalue/_index.md +++ b/english/net/aspose.psd.xmp/ixmlvalue/_index.md @@ -3,7 +3,7 @@ title: Interface IXmlValue second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.IXmlValue interface. Converts xmp values to the XML string representation type: docs -weight: 6210 +weight: 6220 url: /net/aspose.psd.xmp/ixmlvalue/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/langalt/_index.md b/english/net/aspose.psd.xmp/langalt/_index.md index eefd226305..88fd2a6ae7 100644 --- a/english/net/aspose.psd.xmp/langalt/_index.md +++ b/english/net/aspose.psd.xmp/langalt/_index.md @@ -3,7 +3,7 @@ title: Class LangAlt second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.LangAlt class. Represents XMP Language Alternative type: docs -weight: 6220 +weight: 6230 url: /net/aspose.psd.xmp/langalt/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/namespaces/_index.md b/english/net/aspose.psd.xmp/namespaces/_index.md index d3f312b7b3..b6edafaed2 100644 --- a/english/net/aspose.psd.xmp/namespaces/_index.md +++ b/english/net/aspose.psd.xmp/namespaces/_index.md @@ -3,7 +3,7 @@ title: Class Namespaces second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.Namespaces class. Contains namespaces used in RDF document type: docs -weight: 6230 +weight: 6240 url: /net/aspose.psd.xmp/namespaces/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmparray/_index.md b/english/net/aspose.psd.xmp/xmparray/_index.md index e25c2ba8db..382447397b 100644 --- a/english/net/aspose.psd.xmp/xmparray/_index.md +++ b/english/net/aspose.psd.xmp/xmparray/_index.md @@ -3,7 +3,7 @@ title: Class XmpArray second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpArray class. Represents Xmp Array in XmpPackage. TODO Array may contain complex data type: docs -weight: 6670 +weight: 6680 url: /net/aspose.psd.xmp/xmparray/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmparrayhelper/_index.md b/english/net/aspose.psd.xmp/xmparrayhelper/_index.md index 2704934ac4..07fe9828c9 100644 --- a/english/net/aspose.psd.xmp/xmparrayhelper/_index.md +++ b/english/net/aspose.psd.xmp/xmparrayhelper/_index.md @@ -3,7 +3,7 @@ title: Class XmpArrayHelper second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpArrayHelper class. The helper class for processing RDF logic type: docs -weight: 6680 +weight: 6690 url: /net/aspose.psd.xmp/xmparrayhelper/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmparraytype/_index.md b/english/net/aspose.psd.xmp/xmparraytype/_index.md index 0ed81bcf3d..0a1e65aa3c 100644 --- a/english/net/aspose.psd.xmp/xmparraytype/_index.md +++ b/english/net/aspose.psd.xmp/xmparraytype/_index.md @@ -3,7 +3,7 @@ title: Enum XmpArrayType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpArrayType enum. Represents array type in XmpArray type: docs -weight: 6690 +weight: 6700 url: /net/aspose.psd.xmp/xmparraytype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmpelementbase/_index.md b/english/net/aspose.psd.xmp/xmpelementbase/_index.md index d3d96681b1..13fbedcdad 100644 --- a/english/net/aspose.psd.xmp/xmpelementbase/_index.md +++ b/english/net/aspose.psd.xmp/xmpelementbase/_index.md @@ -3,7 +3,7 @@ title: Class XmpElementBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpElementBase class. Represents base xmp element contains attributes type: docs -weight: 6700 +weight: 6710 url: /net/aspose.psd.xmp/xmpelementbase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmpheaderpi/_index.md b/english/net/aspose.psd.xmp/xmpheaderpi/_index.md index 684aab313e..70b2d48b10 100644 --- a/english/net/aspose.psd.xmp/xmpheaderpi/_index.md +++ b/english/net/aspose.psd.xmp/xmpheaderpi/_index.md @@ -3,7 +3,7 @@ title: Class XmpHeaderPi second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpHeaderPi class. Represents XMP header processing instruction type: docs -weight: 6710 +weight: 6720 url: /net/aspose.psd.xmp/xmpheaderpi/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmpmeta/_index.md b/english/net/aspose.psd.xmp/xmpmeta/_index.md index 67b92511bf..40ad2654e0 100644 --- a/english/net/aspose.psd.xmp/xmpmeta/_index.md +++ b/english/net/aspose.psd.xmp/xmpmeta/_index.md @@ -3,7 +3,7 @@ title: Class XmpMeta second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpMeta class. Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other nonXMP uses of RDF type: docs -weight: 6720 +weight: 6730 url: /net/aspose.psd.xmp/xmpmeta/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmppackage/_index.md b/english/net/aspose.psd.xmp/xmppackage/_index.md index 06ce69c087..7340fe5dc8 100644 --- a/english/net/aspose.psd.xmp/xmppackage/_index.md +++ b/english/net/aspose.psd.xmp/xmppackage/_index.md @@ -3,7 +3,7 @@ title: Class XmpPackage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpPackage class. Defines the XmpPackage class that represents base abstraction for XMP package type: docs -weight: 6730 +weight: 6740 url: /net/aspose.psd.xmp/xmppackage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmppackagebasecollection/_index.md b/english/net/aspose.psd.xmp/xmppackagebasecollection/_index.md index f241250631..149a3ffdcd 100644 --- a/english/net/aspose.psd.xmp/xmppackagebasecollection/_index.md +++ b/english/net/aspose.psd.xmp/xmppackagebasecollection/_index.md @@ -3,7 +3,7 @@ title: Class XmpPackageBaseCollection second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpPackageBaseCollection class. Represents collection of XmpPackage type: docs -weight: 6740 +weight: 6750 url: /net/aspose.psd.xmp/xmppackagebasecollection/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmppacketwrapper/_index.md b/english/net/aspose.psd.xmp/xmppacketwrapper/_index.md index 2d432c33ab..bdd4945670 100644 --- a/english/net/aspose.psd.xmp/xmppacketwrapper/_index.md +++ b/english/net/aspose.psd.xmp/xmppacketwrapper/_index.md @@ -3,7 +3,7 @@ title: Class XmpPacketWrapper second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpPacketWrapper class. Contains serialized xmp package including header and trailer type: docs -weight: 6750 +weight: 6760 url: /net/aspose.psd.xmp/xmppacketwrapper/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmprdfroot/_index.md b/english/net/aspose.psd.xmp/xmprdfroot/_index.md index 7e7038cd92..2c09f2bfad 100644 --- a/english/net/aspose.psd.xmp/xmprdfroot/_index.md +++ b/english/net/aspose.psd.xmp/xmprdfroot/_index.md @@ -3,7 +3,7 @@ title: Class XmpRdfRoot second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpRdfRoot class. Represents rdfRDF element. A single XMP packet shall be serialized using a single rdfRDF XML element. The rdfRDF element content shall consist of only zero or more rdfDescription elements type: docs -weight: 6760 +weight: 6770 url: /net/aspose.psd.xmp/xmprdfroot/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd.xmp/xmptrailerpi/_index.md b/english/net/aspose.psd.xmp/xmptrailerpi/_index.md index 840e7b97da..80b3df3d8c 100644 --- a/english/net/aspose.psd.xmp/xmptrailerpi/_index.md +++ b/english/net/aspose.psd.xmp/xmptrailerpi/_index.md @@ -3,7 +3,7 @@ title: Class XmpTrailerPi second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Xmp.XmpTrailerPi class. Represents XMP trailer processing instruction type: docs -weight: 6770 +weight: 6780 url: /net/aspose.psd.xmp/xmptrailerpi/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/filestreamcontainer/_index.md b/english/net/aspose.psd/filestreamcontainer/_index.md index 6f3755e062..b966114771 100644 --- a/english/net/aspose.psd/filestreamcontainer/_index.md +++ b/english/net/aspose.psd/filestreamcontainer/_index.md @@ -3,7 +3,7 @@ title: Class FileStreamContainer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FileStreamContainer class. Helper for file stream processing type: docs -weight: 4680 +weight: 4690 url: /net/aspose.psd/filestreamcontainer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/fillmode/_index.md b/english/net/aspose.psd/fillmode/_index.md index 8da9331190..b0f939ed91 100644 --- a/english/net/aspose.psd/fillmode/_index.md +++ b/english/net/aspose.psd/fillmode/_index.md @@ -3,7 +3,7 @@ title: Enum FillMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FillMode enum. Specifies how the interior of a closed path is filled type: docs -weight: 4690 +weight: 4700 url: /net/aspose.psd/fillmode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/font/_index.md b/english/net/aspose.psd/font/_index.md index dc7a4fd949..1666a79740 100644 --- a/english/net/aspose.psd/font/_index.md +++ b/english/net/aspose.psd/font/_index.md @@ -3,7 +3,7 @@ title: Class Font second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Font class. Defines a particular format for text including font face size and style attributes. This class cannot be inherited type: docs -weight: 4710 +weight: 4720 url: /net/aspose.psd/font/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/fontsettings/_index.md b/english/net/aspose.psd/fontsettings/_index.md index a5334e54fc..100c13352d 100644 --- a/english/net/aspose.psd/fontsettings/_index.md +++ b/english/net/aspose.psd/fontsettings/_index.md @@ -3,7 +3,7 @@ title: Class FontSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FontSettings class. General PSD vector formats renderer font settings type: docs -weight: 4720 +weight: 4730 url: /net/aspose.psd/fontsettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/fontstyle/_index.md b/english/net/aspose.psd/fontstyle/_index.md index be3417274d..1dd015062d 100644 --- a/english/net/aspose.psd/fontstyle/_index.md +++ b/english/net/aspose.psd/fontstyle/_index.md @@ -3,7 +3,7 @@ title: Enum FontStyle second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.FontStyle enum. Specifies style information applied to text type: docs -weight: 4730 +weight: 4740 url: /net/aspose.psd/fontstyle/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/graphics/_index.md b/english/net/aspose.psd/graphics/_index.md index c7246138a2..0324cd7a79 100644 --- a/english/net/aspose.psd/graphics/_index.md +++ b/english/net/aspose.psd/graphics/_index.md @@ -3,7 +3,7 @@ title: Class Graphics second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Graphics class. Represents the graphics according to the graphics engine used in the current assembly type: docs -weight: 4740 +weight: 4750 url: /net/aspose.psd/graphics/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/graphicspath/_index.md b/english/net/aspose.psd/graphicspath/_index.md index 3158b8074b..a8cdd70862 100644 --- a/english/net/aspose.psd/graphicspath/_index.md +++ b/english/net/aspose.psd/graphicspath/_index.md @@ -3,7 +3,7 @@ title: Class GraphicsPath second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.GraphicsPath class. Represents a series of connected lines and curves. This class cannot be inherited type: docs -weight: 4750 +weight: 4760 url: /net/aspose.psd/graphicspath/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/graphicsunit/_index.md b/english/net/aspose.psd/graphicsunit/_index.md index 8491d2e0ae..c17fc99cbf 100644 --- a/english/net/aspose.psd/graphicsunit/_index.md +++ b/english/net/aspose.psd/graphicsunit/_index.md @@ -3,7 +3,7 @@ title: Enum GraphicsUnit second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.GraphicsUnit enum. Specifies the unit of measure for the given data type: docs -weight: 4760 +weight: 4770 url: /net/aspose.psd/graphicsunit/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/hatchstyle/_index.md b/english/net/aspose.psd/hatchstyle/_index.md index c23b784e48..f374d436d0 100644 --- a/english/net/aspose.psd/hatchstyle/_index.md +++ b/english/net/aspose.psd/hatchstyle/_index.md @@ -3,7 +3,7 @@ title: Enum HatchStyle second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.HatchStyle enum. Specifies the different patterns available for HatchBrush objects type: docs -weight: 4770 +weight: 4780 url: /net/aspose.psd/hatchstyle/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/hotkeyprefix/_index.md b/english/net/aspose.psd/hotkeyprefix/_index.md index 9a8f888807..7373261ee7 100644 --- a/english/net/aspose.psd/hotkeyprefix/_index.md +++ b/english/net/aspose.psd/hotkeyprefix/_index.md @@ -3,7 +3,7 @@ title: Enum HotkeyPrefix second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.HotkeyPrefix enum. Specifies the type of display for hotkey prefixes that relate to text type: docs -weight: 4780 +weight: 4790 url: /net/aspose.psd/hotkeyprefix/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iadvancedbufferprocessor/_index.md b/english/net/aspose.psd/iadvancedbufferprocessor/_index.md index 5f09712999..384f5f541c 100644 --- a/english/net/aspose.psd/iadvancedbufferprocessor/_index.md +++ b/english/net/aspose.psd/iadvancedbufferprocessor/_index.md @@ -3,7 +3,7 @@ title: Interface IAdvancedBufferProcessor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IAdvancedBufferProcessor interface. The advanced buffer processor type: docs -weight: 4790 +weight: 4800 url: /net/aspose.psd/iadvancedbufferprocessor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ibufferprocessor/_index.md b/english/net/aspose.psd/ibufferprocessor/_index.md index ec17c343c2..c84e1bdcf4 100644 --- a/english/net/aspose.psd/ibufferprocessor/_index.md +++ b/english/net/aspose.psd/ibufferprocessor/_index.md @@ -3,7 +3,7 @@ title: Interface IBufferProcessor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IBufferProcessor interface. The buffer processor type: docs -weight: 4800 +weight: 4810 url: /net/aspose.psd/ibufferprocessor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/icolorconverter/_index.md b/english/net/aspose.psd/icolorconverter/_index.md index a664984663..8ed1fbfd4e 100644 --- a/english/net/aspose.psd/icolorconverter/_index.md +++ b/english/net/aspose.psd/icolorconverter/_index.md @@ -3,7 +3,7 @@ title: Interface IColorConverter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IColorConverter interface. The color converter type: docs -weight: 4810 +weight: 4820 url: /net/aspose.psd/icolorconverter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/icolorpalette/_index.md b/english/net/aspose.psd/icolorpalette/_index.md index 1e0ce85291..10a78ef3cd 100644 --- a/english/net/aspose.psd/icolorpalette/_index.md +++ b/english/net/aspose.psd/icolorpalette/_index.md @@ -3,7 +3,7 @@ title: Interface IColorPalette second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IColorPalette interface. The color palette interface type: docs -weight: 4820 +weight: 4830 url: /net/aspose.psd/icolorpalette/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimagecreator/_index.md b/english/net/aspose.psd/iimagecreator/_index.md index 4287d5edbc..2c237479a8 100644 --- a/english/net/aspose.psd/iimagecreator/_index.md +++ b/english/net/aspose.psd/iimagecreator/_index.md @@ -3,7 +3,7 @@ title: Interface IImageCreator second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageCreator interface. The image creator type: docs -weight: 4830 +weight: 4840 url: /net/aspose.psd/iimagecreator/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimagecreatordescriptor/_index.md b/english/net/aspose.psd/iimagecreatordescriptor/_index.md index 631641003a..c77064c6e6 100644 --- a/english/net/aspose.psd/iimagecreatordescriptor/_index.md +++ b/english/net/aspose.psd/iimagecreatordescriptor/_index.md @@ -3,7 +3,7 @@ title: Interface IImageCreatorDescriptor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageCreatorDescriptor interface. The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome the necessity to contain each image creator instance in memory and multithreading issues type: docs -weight: 4840 +weight: 4850 url: /net/aspose.psd/iimagecreatordescriptor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimagedescriptor/_index.md b/english/net/aspose.psd/iimagedescriptor/_index.md index 0c1c5fe03c..17868859d9 100644 --- a/english/net/aspose.psd/iimagedescriptor/_index.md +++ b/english/net/aspose.psd/iimagedescriptor/_index.md @@ -3,7 +3,7 @@ title: Interface IImageDescriptor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageDescriptor interface. The image descriptor. Contains base properties and methods for all other image descriptor types type: docs -weight: 4850 +weight: 4860 url: /net/aspose.psd/iimagedescriptor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimageexporter/_index.md b/english/net/aspose.psd/iimageexporter/_index.md index 3fe6d75dea..c004dc7481 100644 --- a/english/net/aspose.psd/iimageexporter/_index.md +++ b/english/net/aspose.psd/iimageexporter/_index.md @@ -3,7 +3,7 @@ title: Interface IImageExporter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageExporter interface. The image exporter. Can export data from internal Aspose.PSD format to a specified data format type: docs -weight: 4860 +weight: 4870 url: /net/aspose.psd/iimageexporter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimageexporterdescriptor/_index.md b/english/net/aspose.psd/iimageexporterdescriptor/_index.md index 720188f010..ae299a1782 100644 --- a/english/net/aspose.psd/iimageexporterdescriptor/_index.md +++ b/english/net/aspose.psd/iimageexporterdescriptor/_index.md @@ -3,7 +3,7 @@ title: Interface IImageExporterDescriptor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageExporterDescriptor interface. Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues type: docs -weight: 4870 +weight: 4880 url: /net/aspose.psd/iimageexporterdescriptor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimageloader/_index.md b/english/net/aspose.psd/iimageloader/_index.md index 549694fe05..6e2574b6c2 100644 --- a/english/net/aspose.psd/iimageloader/_index.md +++ b/english/net/aspose.psd/iimageloader/_index.md @@ -3,7 +3,7 @@ title: Interface IImageLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageLoader interface. The image loader type: docs -weight: 4880 +weight: 4890 url: /net/aspose.psd/iimageloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iimageloaderdescriptor/_index.md b/english/net/aspose.psd/iimageloaderdescriptor/_index.md index cf83e6a450..8a089508b9 100644 --- a/english/net/aspose.psd/iimageloaderdescriptor/_index.md +++ b/english/net/aspose.psd/iimageloaderdescriptor/_index.md @@ -3,7 +3,7 @@ title: Interface IImageLoaderDescriptor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IImageLoaderDescriptor interface. The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues type: docs -weight: 4890 +weight: 4900 url: /net/aspose.psd/iimageloaderdescriptor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iindexedcolorconverter/_index.md b/english/net/aspose.psd/iindexedcolorconverter/_index.md index ae085f9bcb..e65339aa4c 100644 --- a/english/net/aspose.psd/iindexedcolorconverter/_index.md +++ b/english/net/aspose.psd/iindexedcolorconverter/_index.md @@ -3,7 +3,7 @@ title: Interface IIndexedColorConverter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IIndexedColorConverter interface. The color converter for indexed image formats type: docs -weight: 4900 +weight: 4910 url: /net/aspose.psd/iindexedcolorconverter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ikeyedobject/_index.md b/english/net/aspose.psd/ikeyedobject/_index.md index 32824feb6c..e3ea86e94c 100644 --- a/english/net/aspose.psd/ikeyedobject/_index.md +++ b/english/net/aspose.psd/ikeyedobject/_index.md @@ -3,7 +3,7 @@ title: Interface IKeyedObject second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IKeyedObject interface. Represents interface for objects with keys type: docs -weight: 4910 +weight: 4920 url: /net/aspose.psd/ikeyedobject/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/image.imageoperation/_index.md b/english/net/aspose.psd/image.imageoperation/_index.md index 53b6ef79c0..0c443d43b5 100644 --- a/english/net/aspose.psd/image.imageoperation/_index.md +++ b/english/net/aspose.psd/image.imageoperation/_index.md @@ -3,7 +3,7 @@ title: Enum Image.ImageOperation second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageImageOperation enum. Image operations type: docs -weight: 5030 +weight: 5040 url: /net/aspose.psd/image.imageoperation/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/image/_index.md b/english/net/aspose.psd/image/_index.md index bb9329ba12..f431a62c83 100644 --- a/english/net/aspose.psd/image/_index.md +++ b/english/net/aspose.psd/image/_index.md @@ -3,7 +3,7 @@ title: Class Image second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Image class. The image is the base class for all type of images type: docs -weight: 5020 +weight: 5030 url: /net/aspose.psd/image/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imageattributes/_index.md b/english/net/aspose.psd/imageattributes/_index.md index 1f186c80b0..53d207ddac 100644 --- a/english/net/aspose.psd/imageattributes/_index.md +++ b/english/net/aspose.psd/imageattributes/_index.md @@ -3,7 +3,7 @@ title: Class ImageAttributes second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageAttributes class. An ImageAttributes object contains information about how bitmap and metafile colors are manipulated during rendering. An ImageAttributes object maintains several coloradjustment settings including coloradjustment matrices grayscaleadjustment matrices gammacorrection values colormap tables and colorthreshold values. During rendering colors can be corrected darkened lightened and removed. To apply such manipulations initialize an ImageAttributes object and pass the path of that ImageAttributes object along with the path of an Image to the DrawImage method type: docs -weight: 5040 +weight: 5050 url: /net/aspose.psd/imageattributes/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imagecreatorsregistry/_index.md b/english/net/aspose.psd/imagecreatorsregistry/_index.md index ee7090aabc..dc449adbf4 100644 --- a/english/net/aspose.psd/imagecreatorsregistry/_index.md +++ b/english/net/aspose.psd/imagecreatorsregistry/_index.md @@ -3,7 +3,7 @@ title: Class ImageCreatorsRegistry second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageCreatorsRegistry class. Represents the image creators registry type: docs -weight: 5050 +weight: 5060 url: /net/aspose.psd/imagecreatorsregistry/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imageexportersregistry/_index.md b/english/net/aspose.psd/imageexportersregistry/_index.md index 7fc648c35c..84a456469e 100644 --- a/english/net/aspose.psd/imageexportersregistry/_index.md +++ b/english/net/aspose.psd/imageexportersregistry/_index.md @@ -3,7 +3,7 @@ title: Class ImageExportersRegistry second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageExportersRegistry class. Represents the image exporters registry type: docs -weight: 5060 +weight: 5070 url: /net/aspose.psd/imageexportersregistry/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imagefiltertype/_index.md b/english/net/aspose.psd/imagefiltertype/_index.md index 281de22ad3..63407cf16e 100644 --- a/english/net/aspose.psd/imagefiltertype/_index.md +++ b/english/net/aspose.psd/imagefiltertype/_index.md @@ -3,7 +3,7 @@ title: Enum ImageFilterType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageFilterType enum. Image filters to use type: docs -weight: 5070 +weight: 5080 url: /net/aspose.psd/imagefiltertype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imageloadersregistry/_index.md b/english/net/aspose.psd/imageloadersregistry/_index.md index e4185e214a..0a0f50ddf6 100644 --- a/english/net/aspose.psd/imageloadersregistry/_index.md +++ b/english/net/aspose.psd/imageloadersregistry/_index.md @@ -3,7 +3,7 @@ title: Class ImageLoadersRegistry second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageLoadersRegistry class. Represents the image loaders registry type: docs -weight: 5230 +weight: 5240 url: /net/aspose.psd/imageloadersregistry/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imageoptionsbase/_index.md b/english/net/aspose.psd/imageoptionsbase/_index.md index bc0d06257d..0ea318074a 100644 --- a/english/net/aspose.psd/imageoptionsbase/_index.md +++ b/english/net/aspose.psd/imageoptionsbase/_index.md @@ -3,7 +3,7 @@ title: Class ImageOptionsBase second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageOptionsBase class. The image base options type: docs -weight: 5440 +weight: 5450 url: /net/aspose.psd/imageoptionsbase/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/imageresizesettings/_index.md b/english/net/aspose.psd/imageresizesettings/_index.md index 0469639cb5..6c73c2241f 100644 --- a/english/net/aspose.psd/imageresizesettings/_index.md +++ b/english/net/aspose.psd/imageresizesettings/_index.md @@ -3,7 +3,7 @@ title: Class ImageResizeSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ImageResizeSettings class. Image resize settings class type: docs -weight: 5450 +weight: 5460 url: /net/aspose.psd/imageresizesettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/interpolationmode/_index.md b/english/net/aspose.psd/interpolationmode/_index.md index dd05aaf20b..53527f5944 100644 --- a/english/net/aspose.psd/interpolationmode/_index.md +++ b/english/net/aspose.psd/interpolationmode/_index.md @@ -3,7 +3,7 @@ title: Enum InterpolationMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.InterpolationMode enum. The InterpolationMode enumeration specifies the algorithm that is used when images are scaled or rotated type: docs -weight: 5480 +weight: 5490 url: /net/aspose.psd/interpolationmode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/intrange/_index.md b/english/net/aspose.psd/intrange/_index.md index d1a973a543..f22def903f 100644 --- a/english/net/aspose.psd/intrange/_index.md +++ b/english/net/aspose.psd/intrange/_index.md @@ -3,7 +3,7 @@ title: Class IntRange second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IntRange class. Class for representing sequence of elements type: docs -weight: 5460 +weight: 5470 url: /net/aspose.psd/intrange/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iobjectwithbounds/_index.md b/english/net/aspose.psd/iobjectwithbounds/_index.md index cfc710b1a0..5fc9a92cb8 100644 --- a/english/net/aspose.psd/iobjectwithbounds/_index.md +++ b/english/net/aspose.psd/iobjectwithbounds/_index.md @@ -3,7 +3,7 @@ title: Interface IObjectWithBounds second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IObjectWithBounds interface. Represents an object with bounds type: docs -weight: 4920 +weight: 4930 url: /net/aspose.psd/iobjectwithbounds/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/iorderedshape/_index.md b/english/net/aspose.psd/iorderedshape/_index.md index 333c4db32e..d442859ff4 100644 --- a/english/net/aspose.psd/iorderedshape/_index.md +++ b/english/net/aspose.psd/iorderedshape/_index.md @@ -3,7 +3,7 @@ title: Interface IOrderedShape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IOrderedShape interface. Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point. The continuous set of points connected using a specific rule type: docs -weight: 4930 +weight: 4940 url: /net/aspose.psd/iorderedshape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ipartialargb32pixelloader/_index.md b/english/net/aspose.psd/ipartialargb32pixelloader/_index.md index 2d5a101675..565424818f 100644 --- a/english/net/aspose.psd/ipartialargb32pixelloader/_index.md +++ b/english/net/aspose.psd/ipartialargb32pixelloader/_index.md @@ -3,7 +3,7 @@ title: Interface IPartialArgb32PixelLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IPartialArgb32PixelLoader interface. Conforms to the 32bit ARGB pixels loaded partially type: docs -weight: 4940 +weight: 4950 url: /net/aspose.psd/ipartialargb32pixelloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ipartialargb64pixelloader/_index.md b/english/net/aspose.psd/ipartialargb64pixelloader/_index.md index 6bf454f24b..0703f5aefa 100644 --- a/english/net/aspose.psd/ipartialargb64pixelloader/_index.md +++ b/english/net/aspose.psd/ipartialargb64pixelloader/_index.md @@ -3,7 +3,7 @@ title: Interface IPartialArgb64PixelLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IPartialArgb64PixelLoader interface. The 64bit ARGB pixels loader type: docs -weight: 4950 +weight: 4960 url: /net/aspose.psd/ipartialargb64pixelloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ipartialpixelloader/_index.md b/english/net/aspose.psd/ipartialpixelloader/_index.md index 544ddf0292..82bdffccac 100644 --- a/english/net/aspose.psd/ipartialpixelloader/_index.md +++ b/english/net/aspose.psd/ipartialpixelloader/_index.md @@ -3,7 +3,7 @@ title: Interface IPartialPixelLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IPartialPixelLoader interface. Conforms to the pixels loaded partially type: docs -weight: 4960 +weight: 4970 url: /net/aspose.psd/ipartialpixelloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ipartialrawdataloader/_index.md b/english/net/aspose.psd/ipartialrawdataloader/_index.md index 7a2664f7f6..035bf68c3f 100644 --- a/english/net/aspose.psd/ipartialrawdataloader/_index.md +++ b/english/net/aspose.psd/ipartialrawdataloader/_index.md @@ -3,7 +3,7 @@ title: Interface IPartialRawDataLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IPartialRawDataLoader interface. The partial data loader type: docs -weight: 4970 +weight: 4980 url: /net/aspose.psd/ipartialrawdataloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/ipsdcolorpalette/_index.md b/english/net/aspose.psd/ipsdcolorpalette/_index.md index 6ddb9c803e..5daf56f8f8 100644 --- a/english/net/aspose.psd/ipsdcolorpalette/_index.md +++ b/english/net/aspose.psd/ipsdcolorpalette/_index.md @@ -3,7 +3,7 @@ title: Interface IPsdColorPalette second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IPsdColorPalette interface. The pasd color palette type: docs -weight: 4980 +weight: 4990 url: /net/aspose.psd/ipsdcolorpalette/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/irasterimageargb32pixelloader/_index.md b/english/net/aspose.psd/irasterimageargb32pixelloader/_index.md index 9ef108e160..84175a466b 100644 --- a/english/net/aspose.psd/irasterimageargb32pixelloader/_index.md +++ b/english/net/aspose.psd/irasterimageargb32pixelloader/_index.md @@ -3,7 +3,7 @@ title: Interface IRasterImageArgb32PixelLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IRasterImageArgb32PixelLoader interface. The raster image 32bit ARGB pixel loader type: docs -weight: 4990 +weight: 5000 url: /net/aspose.psd/irasterimageargb32pixelloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/irasterimagepixelloader/_index.md b/english/net/aspose.psd/irasterimagepixelloader/_index.md index d75f556237..d1c422f8da 100644 --- a/english/net/aspose.psd/irasterimagepixelloader/_index.md +++ b/english/net/aspose.psd/irasterimagepixelloader/_index.md @@ -3,7 +3,7 @@ title: Interface IRasterImagePixelLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IRasterImagePixelLoader interface. The raster image pixel loader type: docs -weight: 5000 +weight: 5010 url: /net/aspose.psd/irasterimagepixelloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/irasterimagerawdataloader/_index.md b/english/net/aspose.psd/irasterimagerawdataloader/_index.md index 36503944e0..0ab3be4cb5 100644 --- a/english/net/aspose.psd/irasterimagerawdataloader/_index.md +++ b/english/net/aspose.psd/irasterimagerawdataloader/_index.md @@ -3,7 +3,7 @@ title: Interface IRasterImageRawDataLoader second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.IRasterImageRawDataLoader interface. The raster image raw data loader type: docs -weight: 5010 +weight: 5020 url: /net/aspose.psd/irasterimagerawdataloader/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/knowncolor/_index.md b/english/net/aspose.psd/knowncolor/_index.md index 79adfd519b..be5400b35f 100644 --- a/english/net/aspose.psd/knowncolor/_index.md +++ b/english/net/aspose.psd/knowncolor/_index.md @@ -3,7 +3,7 @@ title: Enum KnownColor second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.KnownColor enum. Specifies the known system colors type: docs -weight: 5490 +weight: 5500 url: /net/aspose.psd/knowncolor/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/license/_index.md b/english/net/aspose.psd/license/_index.md index d692fb6138..0c94fbff79 100644 --- a/english/net/aspose.psd/license/_index.md +++ b/english/net/aspose.psd/license/_index.md @@ -3,7 +3,7 @@ title: Class License second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.License class. Provides methods to license the component type: docs -weight: 5500 +weight: 5510 url: /net/aspose.psd/license/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/linecap/_index.md b/english/net/aspose.psd/linecap/_index.md index e680e28a18..1c9a008fa5 100644 --- a/english/net/aspose.psd/linecap/_index.md +++ b/english/net/aspose.psd/linecap/_index.md @@ -3,7 +3,7 @@ title: Enum LineCap second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.LineCap enum. Specifies the available cap styles with which a Pen object can end a line type: docs -weight: 5510 +weight: 5520 url: /net/aspose.psd/linecap/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/linejoin/_index.md b/english/net/aspose.psd/linejoin/_index.md index 5348555b72..e374d76129 100644 --- a/english/net/aspose.psd/linejoin/_index.md +++ b/english/net/aspose.psd/linejoin/_index.md @@ -3,7 +3,7 @@ title: Enum LineJoin second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.LineJoin enum. Specifies how to join consecutive line or curve segments in a figure subpath contained in a GraphicsPath object type: docs -weight: 5520 +weight: 5530 url: /net/aspose.psd/linejoin/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/loadoptions/_index.md b/english/net/aspose.psd/loadoptions/_index.md index 5379556db8..0cfe0f00c8 100644 --- a/english/net/aspose.psd/loadoptions/_index.md +++ b/english/net/aspose.psd/loadoptions/_index.md @@ -3,7 +3,7 @@ title: Class LoadOptions second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.LoadOptions class. Represents the loading options type: docs -weight: 5530 +weight: 5540 url: /net/aspose.psd/loadoptions/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/matrix/_index.md b/english/net/aspose.psd/matrix/_index.md index 124ec0b3ad..c3b060c8d5 100644 --- a/english/net/aspose.psd/matrix/_index.md +++ b/english/net/aspose.psd/matrix/_index.md @@ -3,7 +3,7 @@ title: Class Matrix second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Matrix class. Replaces the GDI Matrix type: docs -weight: 5540 +weight: 5550 url: /net/aspose.psd/matrix/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/matrixorder/_index.md b/english/net/aspose.psd/matrixorder/_index.md index 18bb7c6cdb..624555949c 100644 --- a/english/net/aspose.psd/matrixorder/_index.md +++ b/english/net/aspose.psd/matrixorder/_index.md @@ -3,7 +3,7 @@ title: Enum MatrixOrder second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.MatrixOrder enum. Specifies the order for matrix transform operations type: docs -weight: 5550 +weight: 5560 url: /net/aspose.psd/matrixorder/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/metered/_index.md b/english/net/aspose.psd/metered/_index.md index af88f46680..6367294da2 100644 --- a/english/net/aspose.psd/metered/_index.md +++ b/english/net/aspose.psd/metered/_index.md @@ -3,7 +3,7 @@ title: Class Metered second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Metered class. Provides methods to set metered key type: docs -weight: 5570 +weight: 5580 url: /net/aspose.psd/metered/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/nongenericdictionary/_index.md b/english/net/aspose.psd/nongenericdictionary/_index.md index 8e3cd97bdd..aa150d918c 100644 --- a/english/net/aspose.psd/nongenericdictionary/_index.md +++ b/english/net/aspose.psd/nongenericdictionary/_index.md @@ -3,7 +3,7 @@ title: Class NonGenericDictionary second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.NonGenericDictionary class. Represents a non generic dictionary type: docs -weight: 5590 +weight: 5600 url: /net/aspose.psd/nongenericdictionary/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/nongenericlist/_index.md b/english/net/aspose.psd/nongenericlist/_index.md index 8594ce986d..29c1daec33 100644 --- a/english/net/aspose.psd/nongenericlist/_index.md +++ b/english/net/aspose.psd/nongenericlist/_index.md @@ -3,7 +3,7 @@ title: Class NonGenericList second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.NonGenericList class. Non generic list of objects type: docs -weight: 5600 +weight: 5610 url: /net/aspose.psd/nongenericlist/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/objectwithbounds/_index.md b/english/net/aspose.psd/objectwithbounds/_index.md index b2bdc42a51..4179a9e818 100644 --- a/english/net/aspose.psd/objectwithbounds/_index.md +++ b/english/net/aspose.psd/objectwithbounds/_index.md @@ -3,7 +3,7 @@ title: Class ObjectWithBounds second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ObjectWithBounds class. The object having bounds type: docs -weight: 5610 +weight: 5620 url: /net/aspose.psd/objectwithbounds/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/opentypefontscache/_index.md b/english/net/aspose.psd/opentypefontscache/_index.md index a0bc1955fd..f8aadabb5a 100644 --- a/english/net/aspose.psd/opentypefontscache/_index.md +++ b/english/net/aspose.psd/opentypefontscache/_index.md @@ -3,7 +3,7 @@ title: Class OpenTypeFontsCache second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.OpenTypeFontsCache class. Cache for OpenType fonts that are installed in the system type: docs -weight: 5620 +weight: 5630 url: /net/aspose.psd/opentypefontscache/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pdfcomplianceversion/_index.md b/english/net/aspose.psd/pdfcomplianceversion/_index.md index d237f68fc2..28992ef81d 100644 --- a/english/net/aspose.psd/pdfcomplianceversion/_index.md +++ b/english/net/aspose.psd/pdfcomplianceversion/_index.md @@ -3,7 +3,7 @@ title: Enum PdfComplianceVersion second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PdfComplianceVersion enum. Specifies the PDF compliance level to output file type: docs -weight: 5640 +weight: 5650 url: /net/aspose.psd/pdfcomplianceversion/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pen/_index.md b/english/net/aspose.psd/pen/_index.md index b790f71fb6..5de23c9bf2 100644 --- a/english/net/aspose.psd/pen/_index.md +++ b/english/net/aspose.psd/pen/_index.md @@ -3,7 +3,7 @@ title: Class Pen second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Pen class. Defines an object used to draw lines curves and figures type: docs -weight: 5650 +weight: 5660 url: /net/aspose.psd/pen/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/penalignment/_index.md b/english/net/aspose.psd/penalignment/_index.md index 449180e03b..6b34b92def 100644 --- a/english/net/aspose.psd/penalignment/_index.md +++ b/english/net/aspose.psd/penalignment/_index.md @@ -3,7 +3,7 @@ title: Enum PenAlignment second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PenAlignment enum. Specifies the alignment of a Pen object in relation to the theoretical zerowidth line type: docs -weight: 5660 +weight: 5670 url: /net/aspose.psd/penalignment/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pentype/_index.md b/english/net/aspose.psd/pentype/_index.md index f5466f23c1..1b2610cc98 100644 --- a/english/net/aspose.psd/pentype/_index.md +++ b/english/net/aspose.psd/pentype/_index.md @@ -3,7 +3,7 @@ title: Enum PenType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PenType enum. Specifies the type of fill a Pen object uses to fill lines type: docs -weight: 5670 +weight: 5680 url: /net/aspose.psd/pentype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pixeldataformat/_index.md b/english/net/aspose.psd/pixeldataformat/_index.md index 35d4ca6a9d..03f145ba82 100644 --- a/english/net/aspose.psd/pixeldataformat/_index.md +++ b/english/net/aspose.psd/pixeldataformat/_index.md @@ -3,7 +3,7 @@ title: Class PixelDataFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PixelDataFormat class. The pixel data format. This is an immutable object type: docs -weight: 5680 +weight: 5690 url: /net/aspose.psd/pixeldataformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pixelformat/_index.md b/english/net/aspose.psd/pixelformat/_index.md index fe5bc50400..40d72bfc6d 100644 --- a/english/net/aspose.psd/pixelformat/_index.md +++ b/english/net/aspose.psd/pixelformat/_index.md @@ -3,7 +3,7 @@ title: Enum PixelFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PixelFormat enum. The pixel data format actual meaning type: docs -weight: 5690 +weight: 5700 url: /net/aspose.psd/pixelformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pixelsdata/_index.md b/english/net/aspose.psd/pixelsdata/_index.md index 87cfe12092..ba328e1455 100644 --- a/english/net/aspose.psd/pixelsdata/_index.md +++ b/english/net/aspose.psd/pixelsdata/_index.md @@ -3,7 +3,7 @@ title: Class PixelsData second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PixelsData class. The class to store image pixels data and its bounds type: docs -weight: 5700 +weight: 5710 url: /net/aspose.psd/pixelsdata/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pluginlicenseexception/_index.md b/english/net/aspose.psd/pluginlicenseexception/_index.md index 0d406741be..cd5bbcf17c 100644 --- a/english/net/aspose.psd/pluginlicenseexception/_index.md +++ b/english/net/aspose.psd/pluginlicenseexception/_index.md @@ -3,7 +3,7 @@ title: Class PluginLicenseException second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PluginLicenseException class. Exception for Plugin License type: docs -weight: 5710 +weight: 5720 url: /net/aspose.psd/pluginlicenseexception/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/point/_index.md b/english/net/aspose.psd/point/_index.md index 8e2f458f61..9bcb0cb16f 100644 --- a/english/net/aspose.psd/point/_index.md +++ b/english/net/aspose.psd/point/_index.md @@ -3,7 +3,7 @@ title: Struct Point second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Point struct. Represents an ordered pair of integer x and ycoordinates that defines a point in a twodimensional plane type: docs -weight: 5720 +weight: 5730 url: /net/aspose.psd/point/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/pointf/_index.md b/english/net/aspose.psd/pointf/_index.md index b1d6793c81..17ca50c579 100644 --- a/english/net/aspose.psd/pointf/_index.md +++ b/english/net/aspose.psd/pointf/_index.md @@ -3,7 +3,7 @@ title: Struct PointF second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.PointF struct. Represents an ordered pair of floatingpoint x and ycoordinates that defines a point in a twodimensional plane type: docs -weight: 5730 +weight: 5740 url: /net/aspose.psd/pointf/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/progresseventhandler/_index.md b/english/net/aspose.psd/progresseventhandler/_index.md index 38c9639e9f..446c0f2808 100644 --- a/english/net/aspose.psd/progresseventhandler/_index.md +++ b/english/net/aspose.psd/progresseventhandler/_index.md @@ -3,7 +3,7 @@ title: Delegate ProgressEventHandler second_title: Aspose.PSD for .NET API Reference description: Progress event handler function reference type: docs -weight: 5740 +weight: 5750 url: /net/aspose.psd/progresseventhandler/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rastercachedimage/_index.md b/english/net/aspose.psd/rastercachedimage/_index.md index ab6d2ca5f7..5f5c38d9d7 100644 --- a/english/net/aspose.psd/rastercachedimage/_index.md +++ b/english/net/aspose.psd/rastercachedimage/_index.md @@ -3,7 +3,7 @@ title: Class RasterCachedImage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.RasterCachedImage class. Represents a raster image supporting raster graphics operations. This image caches pixel data when required type: docs -weight: 5770 +weight: 5780 url: /net/aspose.psd/rastercachedimage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rasterimage/_index.md b/english/net/aspose.psd/rasterimage/_index.md index 25e8cc0d2c..15965c48b9 100644 --- a/english/net/aspose.psd/rasterimage/_index.md +++ b/english/net/aspose.psd/rasterimage/_index.md @@ -3,7 +3,7 @@ title: Class RasterImage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.RasterImage class. Represents a raster image supporting raster graphics operations type: docs -weight: 5780 +weight: 5790 url: /net/aspose.psd/rasterimage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rawdatasettings/_index.md b/english/net/aspose.psd/rawdatasettings/_index.md index 819074672d..f3645d10f9 100644 --- a/english/net/aspose.psd/rawdatasettings/_index.md +++ b/english/net/aspose.psd/rawdatasettings/_index.md @@ -3,7 +3,7 @@ title: Class RawDataSettings second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.RawDataSettings class. The raw data settings type: docs -weight: 5790 +weight: 5800 url: /net/aspose.psd/rawdatasettings/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rectangle/_index.md b/english/net/aspose.psd/rectangle/_index.md index 77d3dd8d00..09a4ef92c0 100644 --- a/english/net/aspose.psd/rectangle/_index.md +++ b/english/net/aspose.psd/rectangle/_index.md @@ -3,7 +3,7 @@ title: Struct Rectangle second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Rectangle struct. Stores a set of four integers that represent the location and size of a rectangle type: docs -weight: 5800 +weight: 5810 url: /net/aspose.psd/rectangle/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rectanglef/_index.md b/english/net/aspose.psd/rectanglef/_index.md index b60eedcb14..40ceb3059c 100644 --- a/english/net/aspose.psd/rectanglef/_index.md +++ b/english/net/aspose.psd/rectanglef/_index.md @@ -3,7 +3,7 @@ title: Struct RectangleF second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.RectangleF struct. Stores a set of four floatingpoint numbers that represent the location and size of a rectangle type: docs -weight: 5810 +weight: 5820 url: /net/aspose.psd/rectanglef/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/region/_index.md b/english/net/aspose.psd/region/_index.md index e968c59db9..e54e0f1d0d 100644 --- a/english/net/aspose.psd/region/_index.md +++ b/english/net/aspose.psd/region/_index.md @@ -3,7 +3,7 @@ title: Class Region second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Region class. Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited type: docs -weight: 5820 +weight: 5830 url: /net/aspose.psd/region/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/resizetype/_index.md b/english/net/aspose.psd/resizetype/_index.md index 39d122937e..8057c2dffc 100644 --- a/english/net/aspose.psd/resizetype/_index.md +++ b/english/net/aspose.psd/resizetype/_index.md @@ -3,7 +3,7 @@ title: Enum ResizeType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ResizeType enum. Specifies the resize type type: docs -weight: 5830 +weight: 5840 url: /net/aspose.psd/resizetype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/resolutionsetting/_index.md b/english/net/aspose.psd/resolutionsetting/_index.md index 6ad42171b1..dfe5d331cc 100644 --- a/english/net/aspose.psd/resolutionsetting/_index.md +++ b/english/net/aspose.psd/resolutionsetting/_index.md @@ -3,7 +3,7 @@ title: Class ResolutionSetting second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ResolutionSetting class. The resolution setting for image save options type: docs -weight: 5840 +weight: 5850 url: /net/aspose.psd/resolutionsetting/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/resolutionunit/_index.md b/english/net/aspose.psd/resolutionunit/_index.md index d594f33d03..e0ce256099 100644 --- a/english/net/aspose.psd/resolutionunit/_index.md +++ b/english/net/aspose.psd/resolutionunit/_index.md @@ -3,7 +3,7 @@ title: Enum ResolutionUnit second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ResolutionUnit enum. Resolution unit enum type: docs -weight: 5850 +weight: 5860 url: /net/aspose.psd/resolutionunit/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/rotatefliptype/_index.md b/english/net/aspose.psd/rotatefliptype/_index.md index d82c041d8a..adb8c539a2 100644 --- a/english/net/aspose.psd/rotatefliptype/_index.md +++ b/english/net/aspose.psd/rotatefliptype/_index.md @@ -3,7 +3,7 @@ title: Enum RotateFlipType second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.RotateFlipType enum. Specifies how much an image is rotated and the axis used to flip the image type: docs -weight: 5860 +weight: 5870 url: /net/aspose.psd/rotatefliptype/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/seekorigin/_index.md b/english/net/aspose.psd/seekorigin/_index.md index 1432a52ee6..14b460d75e 100644 --- a/english/net/aspose.psd/seekorigin/_index.md +++ b/english/net/aspose.psd/seekorigin/_index.md @@ -3,7 +3,7 @@ title: Enum SeekOrigin second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.SeekOrigin enum. Provides the fields that represent reference points in StreamContainer for seeking type: docs -weight: 5870 +weight: 5880 url: /net/aspose.psd/seekorigin/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/shape/_index.md b/english/net/aspose.psd/shape/_index.md index a60a81350c..346b2514fd 100644 --- a/english/net/aspose.psd/shape/_index.md +++ b/english/net/aspose.psd/shape/_index.md @@ -3,7 +3,7 @@ title: Class Shape second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Shape class. The shape. A continuous set of points connected using a specific rule type: docs -weight: 5880 +weight: 5890 url: /net/aspose.psd/shape/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/shapesegment/_index.md b/english/net/aspose.psd/shapesegment/_index.md index 5b14d74d4f..a50aa1f418 100644 --- a/english/net/aspose.psd/shapesegment/_index.md +++ b/english/net/aspose.psd/shapesegment/_index.md @@ -3,7 +3,7 @@ title: Class ShapeSegment second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.ShapeSegment class. Represents a shape segment. A segment is a line or curve connecting two points type: docs -weight: 5890 +weight: 5900 url: /net/aspose.psd/shapesegment/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/size/_index.md b/english/net/aspose.psd/size/_index.md index 0b779f6c18..193260ccb1 100644 --- a/english/net/aspose.psd/size/_index.md +++ b/english/net/aspose.psd/size/_index.md @@ -3,7 +3,7 @@ title: Struct Size second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Size struct. Represents size type: docs -weight: 6010 +weight: 6020 url: /net/aspose.psd/size/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/sizef/_index.md b/english/net/aspose.psd/sizef/_index.md index d6b102b937..0ea5c64bd5 100644 --- a/english/net/aspose.psd/sizef/_index.md +++ b/english/net/aspose.psd/sizef/_index.md @@ -3,7 +3,7 @@ title: Struct SizeF second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.SizeF struct. Stores an ordered pair of floatingpoint numbers typically the width and height of a rectangle type: docs -weight: 6020 +weight: 6030 url: /net/aspose.psd/sizef/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/smoothingmode/_index.md b/english/net/aspose.psd/smoothingmode/_index.md index 50c1202b28..aaeb25bfe1 100644 --- a/english/net/aspose.psd/smoothingmode/_index.md +++ b/english/net/aspose.psd/smoothingmode/_index.md @@ -3,7 +3,7 @@ title: Enum SmoothingMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.SmoothingMode enum. Specifies whether smoothing antialiasing is applied to lines and curves and the edges of filled areas type: docs -weight: 6030 +weight: 6040 url: /net/aspose.psd/smoothingmode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/source/_index.md b/english/net/aspose.psd/source/_index.md index ab16359b6f..140279299c 100644 --- a/english/net/aspose.psd/source/_index.md +++ b/english/net/aspose.psd/source/_index.md @@ -3,7 +3,7 @@ title: Class Source second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.Source class. The source is used to contain all relevant information for an object pipe type: docs -weight: 6040 +weight: 6050 url: /net/aspose.psd/source/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/splitstreamcontainer/_index.md b/english/net/aspose.psd/splitstreamcontainer/_index.md index 34a7c91fd9..65830fd780 100644 --- a/english/net/aspose.psd/splitstreamcontainer/_index.md +++ b/english/net/aspose.psd/splitstreamcontainer/_index.md @@ -3,7 +3,7 @@ title: Class SplitStreamContainer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.SplitStreamContainer class. Represents split stream container which contains the stream and provides stream processing routines type: docs -weight: 6090 +weight: 6100 url: /net/aspose.psd/splitstreamcontainer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/streamcontainer/_index.md b/english/net/aspose.psd/streamcontainer/_index.md index e12b6ed25d..b110b2af18 100644 --- a/english/net/aspose.psd/streamcontainer/_index.md +++ b/english/net/aspose.psd/streamcontainer/_index.md @@ -3,7 +3,7 @@ title: Class StreamContainer second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StreamContainer class. Represents stream container which contains the stream and provides stream processing routines type: docs -weight: 6100 +weight: 6110 url: /net/aspose.psd/streamcontainer/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/stringalignment/_index.md b/english/net/aspose.psd/stringalignment/_index.md index 525aa67fe5..db16bf3e86 100644 --- a/english/net/aspose.psd/stringalignment/_index.md +++ b/english/net/aspose.psd/stringalignment/_index.md @@ -3,7 +3,7 @@ title: Enum StringAlignment second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StringAlignment enum. Specifies the alignment of a text string relative to its layout rectangle type: docs -weight: 6110 +weight: 6120 url: /net/aspose.psd/stringalignment/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/stringdigitsubstitute/_index.md b/english/net/aspose.psd/stringdigitsubstitute/_index.md index 4e93412c7c..69c9c7b0db 100644 --- a/english/net/aspose.psd/stringdigitsubstitute/_index.md +++ b/english/net/aspose.psd/stringdigitsubstitute/_index.md @@ -3,7 +3,7 @@ title: Enum StringDigitSubstitute second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StringDigitSubstitute enum. The enumeration specifies how to substitute digits in a string according to a users locale or language type: docs -weight: 6120 +weight: 6130 url: /net/aspose.psd/stringdigitsubstitute/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/stringformat/_index.md b/english/net/aspose.psd/stringformat/_index.md index c58dccaff5..902374a426 100644 --- a/english/net/aspose.psd/stringformat/_index.md +++ b/english/net/aspose.psd/stringformat/_index.md @@ -3,7 +3,7 @@ title: Class StringFormat second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StringFormat class. Encapsulates text layout information such as alignment orientation and tab stops display manipulations such as ellipsis insertion and national digit substitution and OpenType features. This class cannot be inherited type: docs -weight: 6130 +weight: 6140 url: /net/aspose.psd/stringformat/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/stringformatflags/_index.md b/english/net/aspose.psd/stringformatflags/_index.md index b9a5632753..922a205a0f 100644 --- a/english/net/aspose.psd/stringformatflags/_index.md +++ b/english/net/aspose.psd/stringformatflags/_index.md @@ -3,7 +3,7 @@ title: Enum StringFormatFlags second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StringFormatFlags enum. Specifies the display and layout information for text strings type: docs -weight: 6140 +weight: 6150 url: /net/aspose.psd/stringformatflags/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/stringtrimming/_index.md b/english/net/aspose.psd/stringtrimming/_index.md index 2ee09f6972..2a0e67268c 100644 --- a/english/net/aspose.psd/stringtrimming/_index.md +++ b/english/net/aspose.psd/stringtrimming/_index.md @@ -3,7 +3,7 @@ title: Enum StringTrimming second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.StringTrimming enum. Specifies how to trim characters from a string that does not completely fit into a layout shape type: docs -weight: 6150 +weight: 6160 url: /net/aspose.psd/stringtrimming/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/textrenderinghint/_index.md b/english/net/aspose.psd/textrenderinghint/_index.md index f159301501..d42aad66a4 100644 --- a/english/net/aspose.psd/textrenderinghint/_index.md +++ b/english/net/aspose.psd/textrenderinghint/_index.md @@ -3,7 +3,7 @@ title: Enum TextRenderingHint second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.TextRenderingHint enum. Specifies the quality of text rendering type: docs -weight: 6160 +weight: 6170 url: /net/aspose.psd/textrenderinghint/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/transparencysupporter/_index.md b/english/net/aspose.psd/transparencysupporter/_index.md index 0f758fa622..43ce91abe8 100644 --- a/english/net/aspose.psd/transparencysupporter/_index.md +++ b/english/net/aspose.psd/transparencysupporter/_index.md @@ -3,7 +3,7 @@ title: Class TransparencySupporter second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.TransparencySupporter class. The object supporting transparency type: docs -weight: 6170 +weight: 6180 url: /net/aspose.psd/transparencysupporter/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/vectorimage/_index.md b/english/net/aspose.psd/vectorimage/_index.md index d1186e0720..ec933ccff1 100644 --- a/english/net/aspose.psd/vectorimage/_index.md +++ b/english/net/aspose.psd/vectorimage/_index.md @@ -3,7 +3,7 @@ title: Class VectorImage second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.VectorImage class. The vector image is the base class for all type of vector images type: docs -weight: 6180 +weight: 6190 url: /net/aspose.psd/vectorimage/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/warpmode/_index.md b/english/net/aspose.psd/warpmode/_index.md index 0a4997a449..0f9cfeccc5 100644 --- a/english/net/aspose.psd/warpmode/_index.md +++ b/english/net/aspose.psd/warpmode/_index.md @@ -3,7 +3,7 @@ title: Enum WarpMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.WarpMode enum. Specifies the type of warp transformation applied type: docs -weight: 6190 +weight: 6200 url: /net/aspose.psd/warpmode/ --- {{< psd/tize >}} diff --git a/english/net/aspose.psd/wrapmode/_index.md b/english/net/aspose.psd/wrapmode/_index.md index 32afb6ea31..5faf026562 100644 --- a/english/net/aspose.psd/wrapmode/_index.md +++ b/english/net/aspose.psd/wrapmode/_index.md @@ -3,7 +3,7 @@ title: Enum WrapMode second_title: Aspose.PSD for .NET API Reference description: Aspose.PSD.WrapMode enum. Specifies how a texture or gradient is tiled when it is smaller than the area being filled type: docs -weight: 6200 +weight: 6210 url: /net/aspose.psd/wrapmode/ --- {{< psd/tize >}}