| Visual Basic (Declaration) | |
|---|---|
Public Function GetBlendModeKey() As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPsdLayerInfo Dim value() As Byte value = instance.GetBlendModeKey() | |
| C# | |
|---|---|
public byte[] GetBlendModeKey() | |
| C++/CLI | |
|---|---|
public: array<byte>^ GetBlendModeKey(); | |
For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.
For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code