←Select platform

Clipping Property

Summary

Clipping value for the layer.

Syntax

C#
VB
WinRT C#
C++
public byte Clipping { get; set; } 
Public Property Clipping As Byte 
public byte Clipping {get; set;} 
 <br/>get_Clipping();<br/>set_Clipping(value);<br/>Object.defineProperty('Clipping');  
public: 
property byte Clipping { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

A value of 0 represents base. A value of 1 represents non-base.

Remarks

For more information, refer to the FILE FORMATS SPECIFICATION from Adobe.

Example

For an example, refer to RasterCodecs.LoadPsdLayer and RasterCodecs.SavePsdWithLayers.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly