| DeconvolutionFilterOptionsIsPartialLoaded Property |
Gets a value indicating whether this instance is partial loaded.
Namespace: Aspose.PSD.ImageFilters.FilterOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic bool IsPartialLoaded { get; }Public ReadOnly Property IsPartialLoaded As Boolean
Get
public:
property bool IsPartialLoaded {
bool get ();
}member IsPartialLoaded : bool with get
Property Value
Type:
Booleantrue if this instance is partial loaded; otherwise,
false.
See Also