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