Accusoft.ImagXpress13.Net
TargetProfileName Property (SaveOptions)




Gets and sets the target profile’s filename.
Syntax
'Declaration
 
Public Property TargetProfileName As String
'Usage
 
Dim instance As SaveOptions
Dim value As String
 
instance.TargetProfileName = value
 
value = instance.TargetProfileName
public string TargetProfileName {get; set;}
public: __property string* get_TargetProfileName();
public: __property void set_TargetProfileName( 
   string* value
);
public:
property String^ TargetProfileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the target profile's filename.
Remarks

When the image is saved, the specified profile is applied to the image, and the resulting converted image is saved.

Note: Available in Professional edition.

See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback