Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Clipping Property
See Also 
Leadtools.Codecs Namespace > CodecsPsdLayerInfo Class : Clipping Property




Clipping value for the layer.

Syntax

Visual Basic (Declaration) 
Public Property Clipping As Byte
Visual Basic (Usage)Copy Code
Dim instance As CodecsPsdLayerInfo
Dim value As Byte
 
instance.Clipping = value
 
value = instance.Clipping
C# 
public byte Clipping {get; set;}
Managed Extensions for C++ 
public: __property byte get_Clipping();
public: __property void set_Clipping( 
   byte value
);
C++/CLI 
public:
property byte Clipping {
   byte get();
   void set (byte value);
}

Return Value

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

Example

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also