Accusoft.ImagXpress13.Net
PrinterProfileName Property




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

Property Value

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

The default value is an empty string "".

This property is overwriten by the TargetProfileName 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
TargetProfileName Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback