IPlacedLayerResourceVOrder Property |
Gets or sets the V order value of the placed layer in the PSD file.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
SyntaxProperty VOrder As Integer
Get
Set
property int VOrder {
int get ();
void set (int value);
}
abstract VOrder : int with get, set
Property Value
Type:
Int32
The V order value of the placed layer.
See Also