Accusoft.ImagXpress13.Net
TargetProfileName Property (ImageXView)




Gets and sets the target profile’s filename.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("This property supplies the target profile’s filename.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property TargetProfileName As String
'Usage
 
Dim instance As ImageXView
Dim value As String
 
instance.TargetProfileName = value
 
value = instance.TargetProfileName
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("This property supplies the target profile’s filename.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public string TargetProfileName {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("This property supplies the target profile’s filename.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public: __property string* get_TargetProfileName();
public: __property void set_TargetProfileName( 
   string* value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("This property supplies the target profile’s filename.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
public:
property String^ TargetProfileName {
   String^ get();
   void set (    String^ value);
}

Property Value

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

This property overrides the PrinterProfileName property in rendering the image with the intent that the caller desires proofing against a particular printer/ink that is different from his selected printer.

Note: Available in Professional edition.

See Also

Reference

ImageXView Class
ImageXView Members
PrinterProfileName Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback