TranslatorAddInServer.HasSaveCopyAsOptions Property
Parent Object: TranslatorAddInServerDescription
Gets whether the translator has options available for saving the specified data-source.
Syntax
TranslatorAddInServer.HasSaveCopyAsOptions( SourceObject As Object, Context As TranslationContext, DefaultOptions As NameValueMap ) As BooleanProperty Value
This is a read only property whose value is a Boolean.Parameters
Name | Type | Description |
SourceObject | Object | Document that specifies the source of the data. |
Context | TranslationContext | Input TranslationContext object that can be used to determine the context for the translation. |
DefaultOptions | NameValueMap | Input NameValueMap that specifies default translation options. |