CurvResourceIsDataStoredDiscretely Property |
Gets or sets a value indicating whether this instance is data stored discrete.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic bool IsDataStoredDiscretely { get; set; }
Public Property IsDataStoredDiscretely As Boolean
Get
Set
public:
property bool IsDataStoredDiscretely {
bool get ();
void set (bool value);
}
member IsDataStoredDiscretely : bool with get, set
Property Value
Type:
Booleantrue if this instance is data stored discrete; otherwise,
false.
See Also