ImageGear .NET v25.0 - Updated
TintTransform Field (ImGearPDEColorDataDeviceN)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorDataDeviceN Class : TintTransform Field
Gets or sets the the tint transform dictionary or function.
Syntax
'Declaration
 
Public TintTransform As ImGearPDFBasObj
'Usage
 
Dim instance As ImGearPDEColorDataDeviceN
Dim value As ImGearPDFBasObj
 
value = instance.TintTransform
 
instance.TintTransform = value
public ImGearPDFBasObj TintTransform
public: ImGearPDFBasObj* TintTransform
public:
ImGearPDFBasObj^ TintTransform

Field Value

ImGearPDFBasObj class object.
Remarks
See Section 4.5.5 in the PDF Reference for more information. The default value is null.
See Also

Reference

ImGearPDEColorDataDeviceN Class
ImGearPDEColorDataDeviceN Members
ImGearPDFBasObj Class