Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface is used for exposing settings of document converters to the user.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface IDocumentConverterControl
'Usage
Dim instance As IDocumentConverterControl
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface IDocumentConverterControl
Remarks
This interface is implemented by user controls that need to expose settings. The interface scope is specific to document converters in the context of the "Smart Client Authoring" feature. That is, the "document-to-publishing-page" conversion, as opposed to the "document-to-another-document" conversion.