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;} |
Property Value
A value of 0 represents base. A value of 1 represents non-base.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)