IDocumentConverterControl.ConverterSettings Property
Gets or sets the document converter settings as an XML string.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Property ConverterSettings As String
Get
Set
'Usage
Dim instance As IDocumentConverterControl
Dim value As String
value = instance.ConverterSettings
instance.ConverterSettings = value
string ConverterSettings { get; set; }
Property Value
Type: System.String
An XML string that represents the document converter settings.
See Also
Reference
IDocumentConverterControl Interface