PsdOptionsResources Property |
Gets or sets the psd resources.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public ResourceBlock[] Resources { get; set; }
Public Property Resources As ResourceBlock()
Get
Set
public:
property array<ResourceBlock^>^ Resources {
array<ResourceBlock^>^ get ();
void set (array<ResourceBlock^>^ value);
}
member Resources : ResourceBlock[] with get, set
Property Value
Type:
ResourceBlockThe psd resources.
See Also