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