PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / XpsExportProvider Class / FormatKey Property

In This Topic
    FormatKey Property (XpsExportProvider)
    In This Topic
    Gets the format key, which is an arbitrary string that should uniquely identify the current export provider/format. The default implementation returns the current ExportProvider's type name.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FormatKey As String
    public virtual string FormatKey {get;}
    See Also