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