←Select platform

Visible Property

Summary

Gets a value that indicates whether the PSD layer is visible.

Syntax
C#
VB
C++
public bool Visible { get; } 
Public ReadOnly Property Visible As Boolean 
public: 
property bool Visible { 
   bool get(); 
} 

Property Value

true if the PSD layer is visible, otherwise; false

Remarks

The following are values are only when layer information is obtained from a PSD file using RasterCodecs.LoadPsdLayer. These properties are not used and will be ignored when saving PSD layers using RasterCodecs.SavePsdWithLayers:

Example

For an example, refer to RasterCodecs.LoadPsdLayer.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly