Accusoft.PdfXpress7.Net
IccProfileFilename Property




Identifies a filename in the local file system that expresses a well-formed ICC profile.

Syntax
'Declaration
 
Public Property IccProfileFilename As String
'Usage
 
Dim instance As ConvertOptions
Dim value As String
 
instance.IccProfileFilename = value
 
value = instance.IccProfileFilename
public string IccProfileFilename {get; set;}
public: __property string* get_IccProfileFilename();
public: __property void set_IccProfileFilename( 
   string* value
);
public:
property String^ IccProfileFilename {
   String^ get();
   void set (    String^ value);
}
Remarks

ICC.1:1998-09, File Format for Color Profiles, International Color Consortium. http://www.color.org/ICC-1_1998-09.PDF

ICC.1A:1999-04, Addendum 2 to Spec. ICC.1:1998-09, International Color Consortium. http://www.color.org/ICC-1A_1999-04.PDF

See Also

Reference

ConvertOptions Class
ConvertOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback