PhflResourceDensity Property |
Gets or sets the density.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int Density { get; set; }
Public Property Density As Integer
Get
Set
public:
property int Density {
int get ();
void set (int value);
}
member Density : int with get, set
Property Value
Type:
Int32
The density.
See Also