Skip to main content
Skip table of contents

IXmpAliasInfo

IXmpAliasInfo Public interface

Description

This interface is used to return info about an alias.

        @since   27.01.2006

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp.properties
  iTextSharp.xmp.properties.IXmpAliasInfo[[IXmpAliasInfo]]
  class iTextSharp.xmp.properties.IXmpAliasInfo interfaceStyle;
  end

Members

Properties

Public properties
TypeNameMethods
AliasOptionsAliasFormget
stringNamespaceget
stringPrefixget
stringPropNameget

Details

Summary

This interface is used to return info about an alias.

        @since   27.01.2006

Properties

Namespace
public string Namespace { get; }
Prefix
public string Prefix { get; }
PropName
public string PropName { get; }
AliasForm
public AliasOptions AliasForm { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.