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