Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Clipping Property








Clipping value for the layer.
Syntax
public byte Clipping {get; set;}
'Declaration
 
Public Property Clipping As Byte
'Usage
 
Dim instance As CodecsPsdLayerInfo
Dim value As Byte
 
instance.Clipping = value
 
value = instance.Clipping
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 value);
}

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

See Also

Reference

CodecsPsdLayerInfo Class
CodecsPsdLayerInfo Members

Error processing SSI file