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