LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Clipping Property

Show in webframe







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;}

            

            
 
get_Clipping();
set_Clipping(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.