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); }
'Declaration Public Property TargetProfileName As String
'Usage Dim instance As SaveOptions Dim value As String instance.TargetProfileName = value value = instance.TargetProfileName
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.
SaveOptions Class SaveOptions Members
©2019. Accusoft Corporation. All Rights Reserved.