Accusoft.ImagXpressSdk Namespace > ImageXView Class : PrinterProfileName Property |
'Declaration <DefaultValueAttribute()> <BrowsableAttribute(False)> <DescriptionAttribute("This property supplies the printer’s profile filename.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property PrinterProfileName As String
'Usage Dim instance As ImageXView Dim value As String instance.PrinterProfileName = value value = instance.PrinterProfileName
[DefaultValue()] [Browsable(false)] [Description("This property supplies the printer’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public string PrinterProfileName {get; set;}
[DefaultValue()] [Browsable(false)] [Description("This property supplies the printer’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property string* get_PrinterProfileName(); public: __property void set_PrinterProfileName( string* value );
[DefaultValue()] [Browsable(false)] [Description("This property supplies the printer’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property String^ PrinterProfileName { String^ get(); void set ( String^ value); }
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.