Class DocumentFormatProviderAttribute
Inheritance
System.Object
DocumentFormatProviderAttribute
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Documents.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = false)]
public abstract class DocumentFormatProviderAttribute : InheritedExportAttribute, IDocumentFormatProviderMetadata
Constructors
DocumentFormatProviderAttribute()
Declaration
public DocumentFormatProviderAttribute()
Properties
IsDefault
Declaration
public bool IsDefault { get; protected set; }
Property Value
System.Boolean
|